autotools: seems like GNU sed is incompatible... will fix later

This commit is contained in:
Daniel Kolesa 2014-07-02 21:41:53 +01:00
parent df0ae2881c
commit 4e1b33f9f0
1 changed files with 1 additions and 1 deletions

View File

@ -144,5 +144,5 @@ clean-local:
find . -type f -name check-results.xml -delete
install-exec-hook:
for i in $(lib_LTLIBRARIES); do sed -i "" "s/-luuid//" $(DESTDIR)$(libdir)/`echo $$i | sed "s#lib/.*/##"`; done
for i in $(lib_LTLIBRARIES); do sed -i "s/-luuid//" $(DESTDIR)$(libdir)/`echo $$i | sed "s#lib/.*/##"`; done
$(EFL_INSTALL_EXEC_HOOK)