diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-12-27 11:51:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:05 +0700 |
commit | c2af00e3054deaf708982ab371aebb17583c8547 (patch) | |
tree | 6ea3812d70f538f93223a23cf2666cea30c7823e /system/steamos-xpad | |
parent | a31d938d0ef11939c5f88d35328353124d0b05cc (diff) | |
download | slackbuilds-c2af00e3054deaf708982ab371aebb17583c8547.tar.gz |
system/steamos-xpad: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/steamos-xpad')
-rw-r--r-- | system/steamos-xpad/steamos-xpad.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/steamos-xpad/steamos-xpad.SlackBuild b/system/steamos-xpad/steamos-xpad.SlackBuild index e9f7e13804..aeecae20ba 100644 --- a/system/steamos-xpad/steamos-xpad.SlackBuild +++ b/system/steamos-xpad/steamos-xpad.SlackBuild @@ -57,7 +57,7 @@ sed -e 's/"xpad"/"steamos-xpad"/' xpad.c > steamos-xpad.c # Makefile is from the ARCH AUR steamos-xpad-dkms located here: # https://aur.archlinux.org/packages/steamos-xpad-dkms/ -make +env -u ARCH make mkdir -p $PKG/lib/modules/$KERNEL/kernel/drivers/input/joystick install -m 0644 steamos-xpad.ko $PKG/lib/modules/$KERNEL/kernel/drivers/input/joystick/ |