diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-25 23:52:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-25 23:52:20 +0200 |
commit | 826ff13a5a767031cdb46b668f5b79ad2e15327b (patch) | |
tree | 27e7c97e30d548604a5c3f56a1fe2c4f8f502449 /Makefile | |
parent | cfe74022706ded43da15264606cc58e62caa8452 (diff) | |
download | paccache-826ff13a5a767031cdb46b668f5b79ad2e15327b.tar.gz paccache-826ff13a5a767031cdb46b668f5b79ad2e15327b.tar.zst |
adjust file permissions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,9 +28,9 @@ install: install-bin install-doc install-bin: pacredir $(INSTALL) -D -m0755 pacredir $(DESTDIR)/usr/bin/pacredir - $(INSTALL) -D -m0755 avahi/pacserve.service $(DESTDIR)/etc/avahi/services/pacserve.service - $(INSTALL) -D -m0755 systemd/pacserve.service $(DESTDIR)/usr/lib/systemd/system/pacserve.service - $(INSTALL) -D -m0755 systemd/pacredir.service $(DESTDIR)/usr/lib/systemd/system/pacredir.service + $(INSTALL) -D -m0644 avahi/pacserve.service $(DESTDIR)/etc/avahi/services/pacserve.service + $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)/usr/lib/systemd/system/pacserve.service + $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)/usr/lib/systemd/system/pacredir.service install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/pacserve/README.md |