aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-14 17:41:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-14 17:41:36 +0200
commit7572f83346d955270c99c023e0041c985494ee0d (patch)
treef4882da7129f9f8611af9501e5249784c1361296 /Makefile
parent2ad62692c51ef412810de3ed78d9aa18cd86b532 (diff)
parentfdfc319e8055f77938c87d096aaab913186b3582 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'Makefile')
-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}