fix squid build, standardize, add ipkg/conffiles.
[openwrt.git] / openwrt / package / iptraf / Makefile
index 7c46ed0..45377c6 100644 (file)
@@ -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)
This page took 0.022308 seconds and 4 git commands to generate.