autotools: so it seems like the space is required after all.

This commit is contained in:
Daniel Kolesa 2014-07-02 21:07:22 +01:00
parent 5acd33c20c
commit df0ae2881c
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)