Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bed0bc2a authored by Vincent Danjean's avatar Vincent Danjean
Browse files

Fix BSD/MacOSX comptatibility bug

parent b32def90
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,10 @@ stamp.latex-make $(CURDIR)/LaTeX.mk: latex-make.ins $(DTX_SOURCES)
latex latex-make.ins
chmod +x $(SCRIPTS)
touch $@
sed -i.bak LaTeX.mk \
sed -i.bak \
-e 's|^\(_LaTeX_Make_BINORIGDIR=\).*|\1$(SCRIPTSDIR)|' \
-e 's|^\(_LaTeX_Make_TEXORIGDIR=\).*|\1$(LATEXDIR)|'
-e 's|^\(_LaTeX_Make_TEXORIGDIR=\).*|\1$(LATEXDIR)|' \
LaTeX.mk
$(RM) LaTeX.mk.bak
distclean::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment