From 9b35ffe8a2d3fabb06a5e41cf40227197a5ee51d Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:54 +0000 Subject: [PATCH] packages/vncreapeater: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40168 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/vncrepeater/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/vncrepeater/Makefile b/net/vncrepeater/Makefile index fb9cd508a..0e606e541 100644 --- a/net/vncrepeater/Makefile +++ b/net/vncrepeater/Makefile @@ -33,11 +33,11 @@ define Package/vncrepeater/conffiles endef define Package/vncrepeater/description - Viewer can be behind Nat router or directly connected to the internet - instead of forwarding serveral ports, you only need to forward 1 port. - If the PC that runs the Repeater has access to the local DNS server, + Viewer can be behind Nat router or directly connected to the internet + instead of forwarding serveral ports, you only need to forward 1 port. + If the PC that runs the Repeater has access to the local DNS server, you can use your local DNS names instead of 10.10.10.12. - This could be handy when you have a dynamic DHCP server allocating + This could be handy when you have a dynamic DHCP server allocating ip adresses for your PC. endef @@ -49,7 +49,7 @@ define Build/Compile ) endef -define Package/vncrepeater/install +define Package/vncrepeater/install $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc $(CP) $(PKG_BUILD_DIR)/repeater $(1)/usr/sbin/$(PKG_NAME) $(INSTALL_DIR) $(1)/etc