diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-01 14:24:10 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-01 14:24:10 +0200 |
commit | 1d6b871b08f5906ec2057330b00f21b11864fb19 (patch) | |
tree | 691b1d59d9a5a722914db5cb90d2ef347d2eaefb /Makefile | |
parent | 12c9d4c856293991f55c9b1a82bafabc549246bb (diff) | |
download | pacredir-1d6b871b08f5906ec2057330b00f21b11864fb19.tar.gz pacredir-1d6b871b08f5906ec2057330b00f21b11864fb19.tar.zst |
addow socket activation for pacserve and pacdbserve
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,7 +48,9 @@ install-bin: pacredir $(INSTALL) -D -m0644 avahi/pacserve.service $(DESTDIR)/etc/avahi/services/pacserve.service $(INSTALL) -D -m0644 avahi/pacdbserve.service $(DESTDIR)/etc/avahi/services/pacdbserve.service $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacserve.service + $(INSTALL) -D -m0644 systemd/pacserve.socket $(DESTDIR)$(PREFIX)/lib/systemd/system/pacserve.socket $(INSTALL) -D -m0644 systemd/pacdbserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacdbserve.service + $(INSTALL) -D -m0644 systemd/pacdbserve.socket $(DESTDIR)$(PREFIX)/lib/systemd/system/pacdbserve.socket $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacredir.service $(INSTALL) -D -m0644 initcpio/hook/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/hooks/paccache $(INSTALL) -D -m0644 initcpio/install/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/install/paccache |