From 3554b2bb56162561f0339e640cb7f40b9457b957 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Fri, 26 Jul 2024 13:38:19 +0300 Subject: [PATCH] port to pika os 4 --- .github/release-canary-v3 | 2 +- xpadneo-debian/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -2 +3 diff --git a/xpadneo-debian/Makefile b/xpadneo-debian/Makefile index 84bf454..3be2237 100644 --- a/xpadneo-debian/Makefile +++ b/xpadneo-debian/Makefile @@ -4,7 +4,7 @@ all: true install: - sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' hid-xpadneo/dkms.conf + sed 's/"@DO_NOT_CHANGE@"/"'"${VERSION}"'"/g' xpadneo/hid-xpadneo/dkms.conf install -d $(DESTDIR)/usr/src/ cp -r xpadneo/hid-xpadneo $(DESTDIR)/usr/src/ install -d $(DESTDIR)/etc/modules-load.d