aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-25 23:52:20 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-25 23:52:20 +0200
commit826ff13a5a767031cdb46b668f5b79ad2e15327b (patch)
tree27e7c97e30d548604a5c3f56a1fe2c4f8f502449 /Makefile
parentcfe74022706ded43da15264606cc58e62caa8452 (diff)
downloadpaccache-826ff13a5a767031cdb46b668f5b79ad2e15327b.tar.gz
paccache-826ff13a5a767031cdb46b668f5b79ad2e15327b.tar.zst
adjust file permissions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8ee2e14..689271f 100644
--- a/Makefile
+++ b/Makefile
@@ -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