1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-07-04 17:26:14 +00:00

Use autotools discovered sed instead of calling directly system's one.

This commit is contained in:
Antonio Huete Jimenez 2013-04-13 12:44:31 +02:00
parent f022c6509c
commit ae89e752e8

View File

@ -20,9 +20,9 @@ SUBDIRS = json-glib 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
dist-hook: dist-hook: