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
This commit is contained in:
nbd 2008-10-08 16:31:11 +00:00
parent d18893f71c
commit ac5d4ca3dc

View File

@ -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 \