aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-03-30 14:20:09 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-03-30 14:20:09 +0200
commita94962c502c5ca88b5546b34d0416af40cf8af44 (patch)
treee075dd07a8ec0ec849efb079e1e347fb6d981b55
parent324ebdf91bbd5dd642cc7db1ddbb63c29ed3f3a5 (diff)
downloadpacredir-a94962c502c5ca88b5546b34d0416af40cf8af44.tar.gz
pacredir-a94962c502c5ca88b5546b34d0416af40cf8af44.tar.zst
make the file name match the project name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f35a546..c3a48b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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