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:
parent
f022c6509c
commit
ae89e752e8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user