mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/xtables-addons: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f5904528e7
commit
f5370b2798
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ CFLAGS="$SLKCFLAGS" \
|
|||
--with-kbuild=/lib/modules/${KERNEL}/build \
|
||||
--build=$ARCH-slackware-linux || true
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
env -u ARCH make
|
||||
env -u ARCH make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue