build: fix installing in DESTDIR for packaging and buildbot.

This should fix T628 .
This commit is contained in:
Cedric Bail 2013-12-09 10:57:12 +09:00
parent 52f98559a9
commit de7b7f381c
1 changed files with 1 additions and 1 deletions

View File

@ -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)