From da92ce048f43eb42bab0c2120f7dcffb53a894bd Mon Sep 17 00:00:00 2001 From: sylvain tricot Date: Fri, 22 Jan 2021 17:31:46 +0100 Subject: [PATCH] Fix file permissions in frontend install target. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1e727c8..189f6c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ $(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION @mkdir -p $(dir $@) @cat $< | sed -e 's/__VERSION__/$(VERSION)/' -e 's#__VENV_PATH__#$(VENV_PATH)#' > $@ #@cat $< | sed 's/__VERSION__/$(VERSION)/' > $@ - @chmod u+x $@ + @chmod 755 $@ pybinding: