summaryrefslogtreecommitdiff
path: root/src/mitm/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-28 11:47:37 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-28 11:47:37 +0200
commitc4231013e5759cfd0490eb8e6ec1abee768a98c5 (patch)
tree7e39b53b819cf646de765feef05b63ad320aea6f /src/mitm/Makefile.in
parent466dcea5cc46f47873a602656cb2eb70e390f3a2 (diff)
downloadmerchant-c4231013e5759cfd0490eb8e6ec1abee768a98c5.tar.gz
merchant-c4231013e5759cfd0490eb8e6ec1abee768a98c5.tar.bz2
merchant-c4231013e5759cfd0490eb8e6ec1abee768a98c5.zip
NOT using setuptools' "scripts" keyword as it
failed to set execution permissions on deployed files
Diffstat (limited to 'src/mitm/Makefile.in')
-rw-r--r--src/mitm/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in
index 5a845a10..1f463255 100644
--- a/src/mitm/Makefile.in
+++ b/src/mitm/Makefile.in
@@ -1,15 +1,13 @@
-INSTALL = install -m 644 -Dt
.PHONY: all
all:
true
-
.PHONY: install-data
install-data:
- $(INSTALL) @prefix@/share/taler/ merchant-mitm.wsgi
+ install -m 444 -Dt @prefix@/share/taler/ merchant-mitm.wsgi
.PHONY: install
install: install-data
- $(INSTALL) @prefix@/bin/ taler-merchant-mitm
pip3 install . --install-option="--prefix=@prefix@"
+ install -m 544 -Dt @prefix@/bin taler-merchant-mitm