aboutsummaryrefslogtreecommitdiffstats
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
parent2efd4458f4db7f489ecc81f4039b8e8103edf9d9 (diff)
Makefile: set executable bit for $(bindir)/lacme-accountd and $(sbindir)/lacme.
-rw-r--r--Changelog2
-rw-r--r--Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 2ccb0e1..51f9728 100644
--- a/Changelog
+++ b/Changelog
@@ -40,6 +40,8 @@ lacme (0.7.1) upstream;
- Raise client timeout from 10 to 30s.
- Remove dependency on Types::Serialiser.
- client: fail immediately when the accountd is unreachable.
+ - Makefile: set executable bit for $(bindir)/lacme-accountd and
+ $(sbindir)/lacme.
-- Guilhem Moulin <guilhem@fripost.org> Wed, 09 Dec 2020 18:23:22 +0100
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