]> git.pld-linux.org Git - packages/libextractor.git/blob - libextractor-make.patch
- fix parallel make
[packages/libextractor.git] / libextractor-make.patch
1 --- libextractor-0.5.19/src/plugins/Makefile.am.orig    2007-12-31 14:17:46.000000000 +0100
2 +++ libextractor-0.5.19/src/plugins/Makefile.am 2008-01-22 21:45:54.695968011 +0100
3 @@ -373,7 +373,7 @@
4    $(QT_CFLAGS) $(QT_SVG_CFLAGS)
5  
6  install-exec-hook:
7 -       mkdir -p $(DESTDIR)$(plugindir) &> /dev/null || true
8 +       mkdir -p $(DESTDIR)$(plugindir) 2> /dev/null || true
9         rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail$(LIBEXT)
10         rm -f $(DESTDIR)$(plugindir)/libextractor_thumbnail.la
11         if test "$(thumbgtk)" != ""; then \
This page took 0.081167 seconds and 3 git commands to generate.