X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d6e6b738523f07afd43de7eb15867357262b17df;hb=9cea9216b7f4bcff4dc9be4272b711714e58fc06;hp=3838ef28987a12a6bc4d49d083a5a900cbbe769b;hpb=3a1f3e7bf492a73df6cacdf9a291f4c22f03a6ba;p=nodemanager.git diff --git a/Makefile b/Makefile index 3838ef2..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, @@ -107,7 +108,7 @@ debian.clean: ################################################## devel-oriented tags: - (find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' ; ls initscripts/*) | xargs etags + git ls-files | xargs etags .PHONY: tags @@ -205,4 +206,4 @@ SLICE=inri_sl1 syncvinit: $(RSYNC) sliver-systemd/vinit.st* $(NODEURL)/vservers/$(SLICE)/usr/bin/ $(RSYNC) sliver-systemd/vinit.service $(NODEURL)/vservers/$(SLICE)/usr/lib/systemd/system/ - echo "remember to run 'systemctl daemon-reload' within this slice" + echo "remember to run 'systemctl --system daemon-reload' within this slice"