diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-28 23:23:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-28 23:23:48 +0200 |
commit | 21075238bba7c633fc84657322391664f1770368 (patch) | |
tree | d5c026c4113960d8828695e99a7e40e2482c162d | |
parent | 12437c4719cc110f27cf01403d2d34422b7dee87 (diff) | |
download | mkinitcpio-ykfde-21075238bba7c633fc84657322391664f1770368.tar.gz mkinitcpio-ykfde-21075238bba7c633fc84657322391664f1770368.tar.zst |
install systemd unit file without execute permission
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ install-bin: bin/ykfde udev/ykfde $(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 -m0755 systemd/ykfde-notify.service $(DESTDIR)/usr/lib/systemd/system/ykfde-notify.service + $(INSTALL) -D -m0644 systemd/ykfde-notify.service $(DESTDIR)/usr/lib/systemd/system/ykfde-notify.service $(INSTALL) -d -m0700 $(DESTDIR)/etc/ykfde.d/ install-doc: README.html README-mkinitcpio.html README-dracut.html |