aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-17 11:34:33 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-18 00:42:32 +0100
commitbddbc17b87f3de29657f1dd2b9a065901e955c15 (patch)
treeed1c99e9956c9dfa9aa58fb6d61090bd5bb4e10e /Makefile
parent2efd4458f4db7f489ecc81f4039b8e8103edf9d9 (diff)
Makefile: set executable bit for $(bindir)/lacme-accountd and $(sbindir)/lacme.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b0cd1a..06e8cb2 100644
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,8 @@ install: all
install -m0755 -vDt $(libexecdir)/lacme $(BUILDDIR)/client $(BUILDDIR)/webserver
install -m0644 -vDt $(man1dir) $(BUILDDIR)/lacme-accountd.1
install -m0644 -vDt $(man8dir) $(BUILDDIR)/lacme.8
- install -m0644 -vDt $(bindir) $(BUILDDIR)/lacme-accountd
- install -m0644 -vDt $(sbindir) $(BUILDDIR)/lacme
+ install -m0755 -vDt $(bindir) $(BUILDDIR)/lacme-accountd
+ install -m0755 -vDt $(sbindir) $(BUILDDIR)/lacme
uninstall:
rm -vf -- $(bindir)/lacme-accountd $(sbindir)/lacme