Commit 021af10
0
plików
+0
dodanych
-0
usuniętych
@@ -59,13 +59,13 @@ build: |
59
59
install -m755 -d ${PKGDIR}/etc/acpi/events
60
60
61
61
cp -r samples ${PKGDIR}/usr/share/doc/${pkgname}
62
- cp -r ./lid ${PKGDIR}/etc/acpi/events/lid.example
63
- cp -r ./lid.sh ${PKGDIR}/etc/acpi/lid.sh.example
62
+ cp -r ../lid ${PKGDIR}/etc/acpi/events/lid.example
63
+ cp -r ../lid.sh ${PKGDIR}/etc/acpi/lid.sh.example
64
64
65
65
chmod +x ${PKGDIR}/etc/acpi/lid.sh.example
66
66
67
67
# Service
68
- cd ./nutyx-scripts-20260315
68
+ cd ./pagan-scripts-20260822
69
69
make DESTDIR=${PKGDIR} install-sysd-acpid
70
70
package: |
71
71
true