mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-02 21:35:00 +00:00
Merge pull request #14 from Chilledheart/fix_sed_osx
[build] prevent bad sed usage under osx
This commit is contained in:
@@ -20,7 +20,7 @@ SUBDIRS = lib pysearpc ${MAKE_DEMO} tests
|
|||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
if MACOS
|
if MACOS
|
||||||
${SED} -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
|
sed -i '' -e "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
|
||||||
else
|
else
|
||||||
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
|
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user