port to pika os 4
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 15s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 13:37:16 +03:00
parent 84e439941e
commit 4050dec5c9
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1
2

View File

@ -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