From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:20 +0000 (+0000) Subject: packages/fprobe-ulog: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4805ef97f3a668e27cdcfd4bcfdc56ac14bde1f1;p=openwrt%2Fsvn-archive%2Farchive.git packages/fprobe-ulog: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40257 --- diff --git a/net/fprobe-ulog/Makefile b/net/fprobe-ulog/Makefile index 64c02fb25e..11afb5bd02 100644 --- a/net/fprobe-ulog/Makefile +++ b/net/fprobe-ulog/Makefile @@ -26,7 +26,7 @@ define Package/fprobe-ulog endef define Package/fprobe-ulog/description - A NetFlow probe obtaining packets through linux netfilter code + A NetFlow probe obtaining packets through linux netfilter code (iptables ULOG target). endef @@ -38,11 +38,11 @@ define Build/Configure ) endef -define Build/Compile +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) endef -define Package/fprobe-ulog/install +define Package/fprobe-ulog/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/fprobe-ulog $(1)/usr/bin/ endef