xpadneo/xpadneo-debian/Makefile
Ward from fusion-voyager-3 84e439941e
Some checks failed
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 14s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 0s
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 12s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1s
port to pika os 4
2024-07-26 13:30:43 +03:00

13 lines
395 B
Makefile

VERSION=0.9.6
all:
true
install:
sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' <hid-xpadneo/dkms.conf.in >hid-xpadneo/dkms.conf
install -d $(DESTDIR)/usr/src/
cp -r 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