vncrepeater: do not install an incompatible init script
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 May 2007 10:42:50 +0000 (10:42 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 May 2007 10:42:50 +0000 (10:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7165 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/vncrepeater/Makefile

index b1d3677..b47a265 100644 (file)
@@ -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))