diff options
author | Christian Hesse <mail@eworm.de> | 2017-06-22 10:50:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-06-22 10:52:11 +0200 |
commit | fa5da40cd89718e467267fb19c393fdb903b6b1e (patch) | |
tree | 21450a81d61ff4c57aa5dfdde4459ab8e1b56706 /Makefile | |
parent | 886412f29ed7ea23f98d6cf9016603fb1a71a114 (diff) | |
download | mkinitcpio-ykfde-fa5da40cd89718e467267fb19c393fdb903b6b1e.tar.gz mkinitcpio-ykfde-fa5da40cd89718e467267fb19c393fdb903b6b1e.tar.zst |
do not track changes in /etc/ykfde.d/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,11 +38,12 @@ install: install-mkinitcpio install-bin: bin/worker bin/ykfde bin/ykfde-cpio $(MAKE) -C bin install $(INSTALL) -D -m0644 conf/ykfde.conf $(DESTDIR)/etc/ykfde.conf + $(INSTALL) -d -m0700 $(DESTDIR)/etc/ykfde.d/ + $(INSTALL) -D -m0644 conf/gitignore $(DESTDIR)/etc/ykfde.d/.gitignore $(INSTALL) -D -m0755 grub/09_linux $(DESTDIR)/etc/grub.d/09_linux $(INSTALL) -D -m0644 systemd/ykfde.service $(DESTDIR)/usr/lib/systemd/system/ykfde.service $(INSTALL) -D -m0644 systemd/ykfde-2f.service $(DESTDIR)/usr/lib/systemd/system/ykfde-2f.service $(INSTALL) -D -m0644 systemd/ykfde-worker.service $(DESTDIR)/usr/lib/systemd/system/ykfde-worker.service - $(INSTALL) -d -m0700 $(DESTDIR)/etc/ykfde.d/ install-doc: README.html README-mkinitcpio.html README-dracut.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/ykfde/README.md |