From 3746fb0a839852e389913020ea4a2dc781a0584c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 14 Jun 2016 17:29:42 +0200 Subject: Install lacme(1) into /usr/sbin. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8084ed..4e5f06d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,9 @@ install: ${MANPAGES} install -d $(DESTDIR)/usr/share/man/man1 install -m0644 -t $(DESTDIR)/usr/share/man/man1 lacme-accountd.1 lacme.1 install -d $(DESTDIR)/usr/bin - install -m0644 -t $(DESTDIR)/usr/bin lacme-accountd lacme + install -m0644 -t $(DESTDIR)/usr/bin lacme-accountd + install -d $(DESTDIR)/usr/sbin + install -m0644 -t $(DESTDIR)/usr/bin lacme clean: rm -vf ${MANPAGES} -- cgit v1.2.3