vncrepeater: do not install an incompatible init script

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-05-10 10:42:50 +00:00
parent fa3b8c3b5b
commit 7423375c00

View 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))