diff --git a/Makefile.am b/Makefile.am index eea2737..0aa8926 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS = 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) endif