mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/steamos-xpad: Fix for exported ARCH variable.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a31d938d0e
commit
c2af00e305
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue