X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Farpwatch%2FMakefile;fp=net%2Farpwatch%2FMakefile;h=4ca72b51fd63f90c09e88970f991e155716c0a5b;hb=ac5d4ca3dcf82c2aff2ffd1a35044c5cacb0a055;hp=b63f5f8933f661fc9359f63da2642c71446db722;hpb=d18893f71cb3ac036e4f5beba695b6112966d8d2;p=packages.git diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index b63f5f893..4ca72b51f 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -35,6 +35,11 @@ define Package/arpwatch/conffiles /etc/arpwatch/arp.dat endef +define Build/Prepare + $(call Build/Prepare/Default) + chmod -R u+w $(PKG_BUILD_DIR) +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ ARPDIR=/etc/arpwatch \