From b738db70c5ece080c0282116748e023888cfdda8 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:06:18 +0000 Subject: [PATCH] packages/flow-tools: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40255 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/flow-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 611b2b23e..3f80d7181 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -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 -- 2.11.0