From b23c1c199e6b7170b99a29b46f898933f08873fa Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 26 Oct 2013 00:22:25 +0200 Subject: install pacman include file --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 689271f..dc2c674 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf