packages/flow-tools: 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@40255 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:18 +00:00
parent a57d47098c
commit b738db70c5

View File

@ -28,7 +28,7 @@ define Package/flow-tools
endef
define Package/flow-tools/description
Flow-tools is a software package for collecting and processing
Flow-tools is a software package for collecting and processing
NetFlow data from Cisco and Juniper routers.
endef
@ -36,7 +36,7 @@ define Build/Compile
$(call Build/Compile/Default,all)
endef
define Package/flow-tools/install
define Package/flow-tools/install
$(INSTALL_DIR) $(1)/usr/bin/
$(CP) $(PKG_BUILD_DIR)/src/flow-* $(1)/usr/bin/
endef