X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/56ccdab3fd592f5bbd4f29b5adfbefd9f6fa7aff..97ab85558cf2357af8caf074594a348c188ea26f:/openwrt/package/iptraf/Makefile?ds=sidebyside diff --git a/openwrt/package/iptraf/Makefile b/openwrt/package/iptraf/Makefile index 7c46ed092..45377c604 100644 --- a/openwrt/package/iptraf/Makefile +++ b/openwrt/package/iptraf/Makefile @@ -36,7 +36,9 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured touch $@ $(IPKG_IPTRAF): - install -d -m0755 $(IDIR_IPTRAF)/usr/bin + install -d -m0755 $(IDIR_IPTRAF)/usr/bin \ + $(IDIR_IPTRAF)/var/run/iptraf \ + $(IDIR_IPTRAF)/var/lib/iptraf install -m0755 $(PKG_BUILD_DIR)/src/iptraf $(IDIR_IPTRAF)/usr/bin/ $(RSTRIP) $(IDIR_IPTRAF) $(IPKG_BUILD) $(IDIR_IPTRAF) $(PACKAGE_DIR)