aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-04-28 23:25:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-04-28 23:25:31 +0200
commite73f944a7151e89c514e324657e9480f1008b1c9 (patch)
tree6f52e226ac6594e4def19035dd7bb96b4c2c8f67 /Makefile
parent3f39d0e11b54d025d47eea298a08fc744d1b8974 (diff)
downloadpacredir-e73f944a7151e89c514e324657e9480f1008b1c9.tar.gz
pacredir-e73f944a7151e89c514e324657e9480f1008b1c9.tar.zst
update references to 'pacredir'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7d3a416..2db7ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# paccache - serve pacman cache and redirect via avahi service
+# pacredir - redirect pacman requests, assisted by avahi service discovery
PREFIX := /usr
@@ -66,8 +66,8 @@ install-bin: pacredir
$(INSTALL) -D -m0755 networkmanager/80-pacredir $(DESTDIR)/etc/NetworkManager/dispatcher.d/80-pacredir
install-doc: README.html
- $(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/paccache/README.md
- $(INSTALL) -D -m0644 README.html $(DESTDIR)$(PREFIX)/share/doc/paccache/README.html
+ $(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/pacredir/README.md
+ $(INSTALL) -D -m0644 README.html $(DESTDIR)$(PREFIX)/share/doc/pacredir/README.html
clean:
$(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html version.h
@@ -76,5 +76,5 @@ distclean:
$(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html version.h config.h
release:
- git archive --format=tar.xz --prefix=paccache-$(VERSION)/ $(VERSION) > paccache-$(VERSION).tar.xz
- gpg -ab paccache-$(VERSION).tar.xz
+ git archive --format=tar.xz --prefix=pacredir-$(VERSION)/ $(VERSION) > pacredir-$(VERSION).tar.xz
+ gpg -ab pacredir-$(VERSION).tar.xz