summaryrefslogtreecommitdiff
path: root/gimp-print-install.patch
blob: e2add8951b81ba8740eaf70fafa8faa53ed58a92 (plain)
1
2
3
4
5
6
7
8
9
10
--- gimp-print-4.2.0/src/gimp/Makefile.in.ww	Wed Feb  6 15:48:33 2002
+++ gimp-print-4.2.0/src/gimp/Makefile.in	Wed Feb  6 15:49:11 2002
@@ -444,6 +444,7 @@
 
 install-libexecPROGRAMS: $(libexec_PROGRAMS)
 	@DESTDIR='$(DESTDIR)'; export DESTDIR;\
+	$(mkinstalldirs) $(DESTDIR)`$(GIMPTOOL) --gimpplugindir`/plug-ins; \
 	list='$(libexec_PROGRAMS)'; for p in $$list; do \
 	  if test -f $$p; then \
 	    if test -f .libs/$$p; then \