diff options
author | Christian Hesse <mail@eworm.de> | 2017-04-28 22:56:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-04-28 22:56:18 +0200 |
commit | fb49e5fdd62e4aec03bbf24a677e7bb6dcddc5ca (patch) | |
tree | c39b6d608f6674e00aeb952637986253e0311278 /Makefile | |
parent | 24ab5936629e735ff551f060a894fd93ad91470e (diff) | |
download | pacredir-fb49e5fdd62e4aec03bbf24a677e7bb6dcddc5ca.tar.gz pacredir-fb49e5fdd62e4aec03bbf24a677e7bb6dcddc5ca.tar.zst |
drop unit file paccache.service
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -57,10 +57,9 @@ install-bin: pacredir $(INSTALL) -D -m0644 pacman/paccache $(DESTDIR)/etc/pacman.d/paccache $(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/paccache.service $(DESTDIR)$(PREFIX)/lib/systemd/system/paccache.service - $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacserve.service $(INSTALL) -D -m0644 systemd/pacdbserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacdbserve.service $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacredir.service + $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)$(PREFIX)/lib/systemd/system/pacserve.service $(INSTALL) -D -m0644 initcpio/hooks/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/hooks/paccache $(INSTALL) -D -m0644 initcpio/install/paccache $(DESTDIR)$(PREFIX)/lib/initcpio/install/paccache $(INSTALL) -D -m0644 dhcpcd/80-pacredir $(DESTDIR)$(PREFIX)/lib/dhcpcd/dhcpcd-hooks/80-pacredir |