diff options
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: |