vncrepeater: do not install an incompatible init script
authorFelix Fietkau <nbd@openwrt.org>
Thu, 10 May 2007 10:42:50 +0000 (10:42 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 10 May 2007 10:42:50 +0000 (10:42 +0000)
SVN-Revision: 7165

net/vncrepeater/Makefile

index b1d36772b89ec66280b7de04823ce4951609d975..b47a265799a521ee3e3deb33586483bd5cc1c098 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))