diff options
author | Christian Hesse <mail@eworm.de> | 2022-03-30 14:20:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-03-30 14:20:09 +0200 |
commit | a94962c502c5ca88b5546b34d0416af40cf8af44 (patch) | |
tree | e075dd07a8ec0ec849efb079e1e347fb6d981b55 /Makefile | |
parent | 324ebdf91bbd5dd642cc7db1ddbb63c29ed3f3a5 (diff) | |
download | pacredir-a94962c502c5ca88b5546b34d0416af40cf8af44.tar.gz pacredir-a94962c502c5ca88b5546b34d0416af40cf8af44.tar.zst |
make the file name match the project name
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ install-bin: pacredir avahi/pacserve.service $(INSTALL) -D -m0644 avahi/pacserve.service $(DESTDIR)/etc/avahi/services/pacserve.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 systemd/tmpfiles.conf $(DESTDIR)$(PREFIX)/lib/tmpfiles.d/pacserve.conf + $(INSTALL) -D -m0644 systemd/tmpfiles.conf $(DESTDIR)$(PREFIX)/lib/tmpfiles.d/pacredir.conf $(INSTALL) -D -m0644 initcpio/hooks/pacredir $(DESTDIR)$(PREFIX)/lib/initcpio/hooks/pacredir $(INSTALL) -D -m0644 initcpio/install/pacredir $(DESTDIR)$(PREFIX)/lib/initcpio/install/pacredir $(INSTALL) -D -m0644 dhcpcd/80-pacredir $(DESTDIR)$(PREFIX)/lib/dhcpcd/dhcpcd-hooks/80-pacredir |