mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/rtl8188eu: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a90be2669d
commit
f5904528e7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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 {} \;
|
||||
|
||||
make
|
||||
env -u ARCH make
|
||||
|
||||
install -D -m 0644 rtl8188eufw.bin $PKG/lib/firmware/rtlwifi/rtl8188eufw.bin
|
||||
install -D -m 0644 rtl8188eufw.bin $PKG/lib/firmware/rtl8188eufw.bin
|
||||
|
|
Loading…
Reference in a new issue