1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 12:05:19 +02:00

finally fix/tweaks for vncrepeater (thanks to Russell Harmon)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3654 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2006-04-14 21:57:31 +00:00
parent efd807f6e0
commit 2cd40a317e

View File

@ -34,7 +34,9 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_VNCREPEATER):
install -d -m0755 $(IDIR_VNCREPEATER)/usr/sbin $(IDIR_VNCREPEATER)/etc
$(CP) $(PKG_BUILD_DIR)/repeater $(IDIR_VNCREPEATER)/usr/sbin/$(PKG_NAME)
$(CP) $(PKG_BUILD_DIR)/u$(PKG_NAME).ini $(IDIR_VNCREPEATER)/etc/
install -d -m0755 $(IDIR_VNCREPEATER)/etc
$(CP) $(PKG_BUILD_DIR)/uvncrepeater.ini $(IDIR_VNCREPEATER)/etc/vncrepeater.conf
install -d -m0755 $(IDIR_VNCREPEATER)/etc/init.d
$(CP) $(PKG_BUILD_DIR)/S60vncrepeater $(IDIR_VNCREPEATER)/etc/init.d/
$(RSTRIP) $(IDIR_VNCREPEATER)
$(IPKG_BUILD) $(IDIR_VNCREPEATER) $(PACKAGE_DIR)