From 1ac7fda16f41c20f7d38e40e4c2bf87a21719df1 Mon Sep 17 00:00:00 2001 From: Gabor Juhos 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 SVN-Revision: 40255 --- 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 611b2b23ef..3f80d7181d 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.30.2