]> git.pld-linux.org Git - packages/gimp.git/commitdiff
fix typo; now gimp-print build ok
authorArtur Frysiak <artur@frysiak.net>
Thu, 28 Feb 2002 15:40:20 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gimp-DESTDIR.patch -> 1.12

gimp-DESTDIR.patch

index 4ecec734da4a97080a95d90c03b095477d0a9b81..def36395c0ffcc68f4182d511b937f46c1dfe531 100644 (file)
@@ -97,7 +97,7 @@ diff -Nur gimp-1.2.2.orig/po-script-fu/Makefile.in.in gimp-1.2.2/po-script-fu/Ma
          --*install-admin-bin)
            install_cmd="@INSTALL_PROGRAM@"
 -          install_dir="$gimpplugindir/plug-ins"
-+          install_dir="${DESTDIR}$(gimpplugindir)/plug-ins"
++          install_dir="${DESTDIR}${gimpplugindir}/plug-ins"
            ;;
          --install-admin-bin-strip)
            install_cmd="@INSTALL_PROGRAM@ -s"
This page took 0.121931 seconds and 4 git commands to generate.