aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-14 17:29:42 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-14 17:29:42 +0200
commit3746fb0a839852e389913020ea4a2dc781a0584c (patch)
tree25c7a08e389f5e52df8bbd4058188493c3dbbb82
parentf1cb89ffc320cdf945b3bd87bab5762749bd6eac (diff)
Install lacme(1) into /usr/sbin.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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}