mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-07-03 16:56:22 +00:00
Use autotools discovered sed instead of calling directly system's one.
This commit is contained in:
parent
f022c6509c
commit
ae89e752e8
@ -20,10 +20,10 @@ SUBDIRS = json-glib lib pysearpc ${MAKE_DEMO} tests
|
||||
|
||||
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)
|
||||
${SED} -i "s|(DESTDIR)|${DESTDIR}|g" $(pcfiles)
|
||||
endif
|
||||
|
||||
dist-hook:
|
||||
git log -1 > $(distdir)/latest_commit
|
||||
git log -1 > $(distdir)/latest_commit
|
||||
|
Loading…
Reference in New Issue
Block a user