Browse Source

Makefile: use $(gitexecdir_SQ) consistently

master
Matthieu Moy 9 years ago
parent
commit
e1bd2a93ff
  1. 2
      Makefile

2
Makefile

@ -23,4 +23,4 @@ install:
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \ sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
-e 's|@GIT_LATEXDIFF_VERSION@|$(GIT_LATEXDIFF_VERSION)|' \ -e 's|@GIT_LATEXDIFF_VERSION@|$(GIT_LATEXDIFF_VERSION)|' \
$(SCRIPT) > '$(gitexecdir_SQ)/$(SCRIPT)' $(SCRIPT) > '$(gitexecdir_SQ)/$(SCRIPT)'
chmod 755 '$(gitexecdir)/$(SCRIPT)'
chmod 755 '$(gitexecdir_SQ)/$(SCRIPT)'
Loading…
Cancel
Save