More iptraf fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5539 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9fb9518da7
commit
a67cdedecf
@ -51,6 +51,9 @@ endef
|
||||
define Package/iptraf/install
|
||||
install -d -m0755 $(1)/usr/bin
|
||||
install -m0755 $(PKG_BUILD_DIR)/src/iptraf $(1)/usr/bin/
|
||||
install -d -m0755 $(1)/var/lib/iptraf/
|
||||
echo "$(PKG_VERSION)" > $(1)/var/lib/iptraf/version
|
||||
install -d -m0755 $(1)/var/log/iptraf $(1)/var/run/iptraf
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,iptraf))
|
||||
|
Loading…
x
Reference in New Issue
Block a user