mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/r8168: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1c3cdd272b
commit
a90be2669d
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
env -u ARCH \
|
||||
make -C /lib/modules/$KERNEL/build \
|
||||
SUBDIRS="$TMP/$PRGNAM-$VERSION/src" \
|
||||
EXTRA_CFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue