port to pika os 4
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 15s
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 15s
This commit is contained in:
parent
84e439941e
commit
4050dec5c9
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
@ -4,9 +4,9 @@ all:
|
||||
true
|
||||
|
||||
install:
|
||||
sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' <hid-xpadneo/dkms.conf.in >hid-xpadneo/dkms.conf
|
||||
sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' <xpadneo/hid-xpadneo/dkms.conf.in >hid-xpadneo/dkms.conf
|
||||
install -d $(DESTDIR)/usr/src/
|
||||
cp -r hid-xpadneo $(DESTDIR)/usr/src/
|
||||
cp -r xpadneo/hid-xpadneo $(DESTDIR)/usr/src/
|
||||
install -d $(DESTDIR)/etc/modules-load.d
|
||||
ln -s /usr/src/hid-xpadneo $(DESTDIR)/usr/src/hid-xpadneo-"${VERSION}"
|
||||
cp -r modules-load-d-xpadneo.conf $(DESTDIR)/etc/modules-load.d/xpadneo.conf
|
||||
|
Loading…
Reference in New Issue
Block a user