diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-08 08:14:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:46:12 +0700 |
commit | 0496382b8f0ee9dd0471edc9ecfeeed0007306f2 (patch) | |
tree | a2f39d8e3f3aad0a8b6823120ada410235976cf6 /network/rtl8188eu/rtl8188eu.SlackBuild | |
parent | 3026ea95d270bd36249b9bd9b4dbc7f1471142f5 (diff) |
network/rtl8188eu: Respect KERNEL.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rtl8188eu/rtl8188eu.SlackBuild')
-rw-r--r-- | network/rtl8188eu/rtl8188eu.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/rtl8188eu/rtl8188eu.SlackBuild b/network/rtl8188eu/rtl8188eu.SlackBuild index 128d11a6f3b1..d7ccb5fd63bc 100644 --- a/network/rtl8188eu/rtl8188eu.SlackBuild +++ b/network/rtl8188eu/rtl8188eu.SlackBuild @@ -80,6 +80,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 {} \+ +export KVER=$KERNEL env -u ARCH make install -D -m 0644 rtl8188eufw.bin $PKG/lib/firmware/rtlwifi/rtl8188eufw.bin |