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 \