mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
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:
parent
a57d47098c
commit
b738db70c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user