From: nbd Date: Wed, 8 Oct 2008 16:31:11 +0000 (+0000) Subject: work around wrong permissions in the arpwatch tarball - fixes avr32 compile issues X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ac5d4ca3dcf82c2aff2ffd1a35044c5cacb0a055;p=packages.git work around wrong permissions in the arpwatch tarball - fixes avr32 compile issues git-svn-id: svn://svn.openwrt.org/openwrt/packages@12908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \