diff options
Diffstat (limited to 'system')
-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/ |