efl: $(DESTDIR) already has '/'

This commit is contained in:
Cedric Bail 2013-05-06 19:05:44 +09:00
parent 0d2c6481b8
commit 753978e65d
1 changed files with 1 additions and 1 deletions

View File

@ -106,5 +106,5 @@ install-data-hook:
$(EFL_INSTALL_DATA_HOOK)
for i in $(lib_LTLIBRARIES); do \
export file=`basename $$i`; \
sed -e "s/-luuid//" $(DESTDIR)/${libdir}/$$file > $(DESTDIR)/${libdir}/$$file.tmp && mv $(DESTDIR)/${libdir}/$$file.tmp $(DESTDIR)/${libdir}/$$file; \
sed -e "s/-luuid//" $(DESTDIR)${libdir}/$$file > $(DESTDIR)${libdir}/$$file.tmp && mv $(DESTDIR)${libdir}/$$file.tmp $(DESTDIR)${libdir}/$$file; \
done