diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 14:54:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 14:54:08 +0000 |
commit | 688443a803cd1a0cbb92e0182fb1d0181c118f60 (patch) | |
tree | 029bd9db5232bef21930ae0e2a634f8407123053 /package | |
parent | 7bdf50688fa71e4d57c14f7d9d6352e4da47f308 (diff) | |
download | upstream-688443a803cd1a0cbb92e0182fb1d0181c118f60.tar.gz upstream-688443a803cd1a0cbb92e0182fb1d0181c118f60.tar.bz2 upstream-688443a803cd1a0cbb92e0182fb1d0181c118f60.zip |
don't exit on tar errors in wireless-tools - sgid flag on directory not accepted on freebsd
SVN-Revision: 5085
Diffstat (limited to 'package')
-rw-r--r-- | package/wireless-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index c19ff7613d..def2a6cc85 100644 --- a/package/wireless-tools/Makefile +++ b/package/wireless-tools/Makefile @@ -16,6 +16,7 @@ PKG_SOURCE:=wireless_tools.$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux PKG_MD5SUM:=599c94497f9c9073c7b052d3dcb7cd16 PKG_CAT:=zcat +TAR_OPTIONS += || true PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.28 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |