Skip to content
Snippets Groups Projects
Commit dc56662c authored by Chilledheart's avatar Chilledheart
Browse files

[build] prevent bad sed usage under osx

parent d851b38e
Branches
Tags
No related merge requests found
......@@ -73,7 +73,7 @@ clean-local:
install-data-local:
if MACOS
${SED} -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
else
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment