projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0450a
)
vncrepeater: do not install an incompatible init script
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 10 May 2007 10:42:50 +0000
(10:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 10 May 2007 10:42:50 +0000
(10:42 +0000)
SVN-Revision: 7165
net/vncrepeater/Makefile
patch
|
blob
|
history
diff --git
a/net/vncrepeater/Makefile
b/net/vncrepeater/Makefile
index b1d36772b89ec66280b7de04823ce4951609d975..b47a265799a521ee3e3deb33586483bd5cc1c098 100644
(file)
--- a/
net/vncrepeater/Makefile
+++ b/
net/vncrepeater/Makefile
@@
-53,8
+53,6
@@
define Package/vncrepeater/install
$(CP) $(PKG_BUILD_DIR)/repeater $(1)/usr/sbin/$(PKG_NAME)
$(INSTALL_DIR) $(1)/etc
$(CP) $(PKG_BUILD_DIR)/uvncrepeater.ini $(1)/etc/vncrepeater.conf
- $(INSTALL_DIR) $(1)/etc/init.d
- $(CP) $(PKG_BUILD_DIR)/S60vncrepeater $(1)/etc/init.d/
endef
$(eval $(call BuildPackage,vncrepeater))