diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1769a6b95..2d7fdd180 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -103,5 +103,5 @@ clean-local: find . -type f -name check-results.xml -delete install-exec-hook: - for i in $(lib_LTLIBRARIES); do sed -i "s/-luuid//" $(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) |