commit 7570417750cb5e3c702d3c75bbe7bd1deb747773
parent 05fef6a3283340d1e9722f61c366e604bcc1939c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 7 Sep 2006 13:14:43 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
@@ -309,6 +309,7 @@ libextractor_thumbnailqt_la_LDFLAGS = \
$(PLUGINFLAGS) $(retaincommand) -lQtCore4 -lQtGui4 $(svgflags)
install-exec-hook:
+ mkdir $(DESTDIR)$(plugindir) &> /dev/null
rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail$(LIBEXT); \
rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail.la; \
if test "$(thumbdir)" != ""; then \