diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-26 00:22:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-26 00:22:25 +0200 |
commit | b23c1c199e6b7170b99a29b46f898933f08873fa (patch) | |
tree | ca358694df66544c24378f6d48dc6ada6a59bf7e | |
parent | 97d2bd0f4811c9d350bc36bc015ca292586c71c8 (diff) | |
download | pacredir-b23c1c199e6b7170b99a29b46f898933f08873fa.tar.gz pacredir-b23c1c199e6b7170b99a29b46f898933f08873fa.tar.zst |
install pacman include file
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ install: install-bin install-doc install-bin: pacredir $(INSTALL) -D -m0755 pacredir $(DESTDIR)/usr/bin/pacredir + $(INSTALL) -D -m0644 pacman/pacserve $(DESTDIR)/etc/pacman.d/pacserve $(INSTALL) -D -m0644 avahi/pacserve.service $(DESTDIR)/etc/avahi/services/pacserve.service $(INSTALL) -D -m0644 systemd/pacserve.service $(DESTDIR)/usr/lib/systemd/system/pacserve.service $(INSTALL) -D -m0644 systemd/pacredir.service $(DESTDIR)/usr/lib/systemd/system/pacredir.service |