packages/fprobe-ulog: 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@40257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:20 +00:00
parent 38d52aa79e
commit f222900fb8

View File

@ -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