diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-13 10:02:53 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-13 10:02:53 +0100 |
commit | 15f1fdc7b5153070ac67a4f6c46b91e451b2ded4 (patch) | |
tree | 0c920d2b8c81b37b7a09c953e801317080fa5761 /makefile | |
parent | 5169db7e24f80ee2e35aa747ef646dee2a7417fd (diff) | |
download | my-x200-15f1fdc7b5153070ac67a4f6c46b91e451b2ded4.tar.gz |
new event: button/suspend. added elogind as dependencyv0.7-1
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgname = my-x200 | 1 | pkgname = my-x200 |
2 | exts := md html confd initd sh deb dsc orig.tar.gz debian.tar.xz | 2 | exts := md html confd initd sh deb dsc orig.tar.gz debian.tar.xz |
3 | findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") | 3 | findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") |
4 | pkgver := 0.6 | 4 | pkgver := 0.7 |
5 | 5 | ||
6 | all: install | 6 | all: install |
7 | 7 | ||
@@ -35,6 +35,7 @@ install: | |||
35 | install -Dm644 my-x200.confd $(DESTDIR)etc/default/my-x200 | 35 | install -Dm644 my-x200.confd $(DESTDIR)etc/default/my-x200 |
36 | install -Dm644 my-x200-lid.sh $(DESTDIR)etc/acpi/events/my-x200-lid | 36 | install -Dm644 my-x200-lid.sh $(DESTDIR)etc/acpi/events/my-x200-lid |
37 | install -Dm644 my-x200-sleep.sh $(DESTDIR)etc/acpi/events/my-x200-sleep | 37 | install -Dm644 my-x200-sleep.sh $(DESTDIR)etc/acpi/events/my-x200-sleep |
38 | install -Dm644 my-x200-suspend.sh $(DESTDIR)etc/acpi/events/my-x200-suspend | ||
38 | install -Dm755 my-x200.sh $(DESTDIR)etc/acpi/my-x200.sh | 39 | install -Dm755 my-x200.sh $(DESTDIR)etc/acpi/my-x200.sh |
39 | 40 | ||
40 | uninstall: | 41 | uninstall: |