From: Thierry Parmentelat Date: Sat, 29 Dec 2018 19:58:57 +0000 (+0100) Subject: making the source file executable under git was not enough, I suspect setup.py enforc... X-Git-Tag: nodemanager-5.2-20~1 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=9cea9216b7f4bcff4dc9be4272b711714e58fc06 making the source file executable under git was not enough, I suspect setup.py enforces -x --- diff --git a/Makefile b/Makefile index 190cad2..d6e6b73 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ install: install-miscell install-startup --install-purelib=$(DESTDIR)/$(datadir)/NodeManager \ --install-platlib=$(DESTDIR)/$(datadir)/NodeManager \ --install-scripts=$(DESTDIR)/$(bindir) + chmod +x $(DESTDIR)/$(datadir)/NodeManager/conf_files.py # might be better in setup.py ? # NOTE: the sliver-initscripts/ and sliver-systemd stuff, being, well, for slivers,