packages/vnc-reflector: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40204 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:05:28 +00:00
parent 1a049c9634
commit d5cfb5a2f4

View File

@ -28,9 +28,9 @@ define Package/vnc-reflector
endef
define Package/vnc-reflector/description
VNC Reflector is a specialized VNC server which acts as
a proxy sitting between real VNC server (a host) and a
number of VNC clients. It was designed to work efficiently
VNC Reflector is a specialized VNC server which acts as
a proxy sitting between real VNC server (a host) and a
number of VNC clients. It was designed to work efficiently
with large number of clients.
endef
@ -43,7 +43,7 @@ define Build/Compile
)
endef
define Package/vnc-reflector/install
define Package/vnc-reflector/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/vncreflector $(1)/usr/sbin/
endef