]> git.pld-linux.org Git - packages/gimp.git/blobdiff - gimp-DESTDIR.patch
- gnome-vfs2 is librsvg dependency, not gimp
[packages/gimp.git] / gimp-DESTDIR.patch
index def36395c0ffcc68f4182d511b937f46c1dfe531..3c100dbae247e9e91bfa15e80b28c588813784c8 100644 (file)
@@ -80,60 +80,3 @@ diff -Nur gimp-1.2.2.orig/po-script-fu/Makefile.in.in gimp-1.2.2/po-script-fu/Ma
          if test -r "$(MKINSTALLDIRS)"; then \
            $(MKINSTALLDIRS) $$dir; \
          else \
---- gimp-1.2.3/gimptool-1.2.in~        Tue Feb 12 09:58:38 2002
-+++ gimp-1.2.3/gimptool-1.2.in Tue Feb 12 09:58:38 2002
-@@ -228,27 +228,27 @@
-       case $1 in
-         --*install-bin)
-           install_cmd="@INSTALL_PROGRAM@"
--          install_dir="$HOME/@gimpdir@/plug-ins"
-+          install_dir="${DESTDIR}${HOME}/@gimpdir@/plug-ins"
-           ;;
-         --install-bin-strip)
-           install_cmd="@INSTALL_PROGRAM@ -s"
--          install_dir="$HOME/@gimpdir@/plug-ins"
-+          install_dir="${DESTDIR}${HOME}/@gimpdir@/plug-ins"
-           ;;
-         --*install-admin-bin)
-           install_cmd="@INSTALL_PROGRAM@"
--          install_dir="$gimpplugindir/plug-ins"
-+          install_dir="${DESTDIR}${gimpplugindir}/plug-ins"
-           ;;
-         --install-admin-bin-strip)
-           install_cmd="@INSTALL_PROGRAM@ -s"
--          install_dir="$gimpplugindir/plug-ins"
-+          install_dir="${DESTDIR}${gimpplugindir}/plug-ins"
-           ;;
-         --*install-script)
-           install_cmd="@INSTALL_DATA@"
--          install_dir="$HOME/@gimpdir@/scripts"
-+          install_dir="${DESTDIR}${HOME}/@gimpdir@/scripts"
-           ;;
-         --*install-admin-script)
-           install_cmd="@INSTALL_DATA@"
--          install_dir="$gimpdatadir/scripts"
-+          install_dir="${DESTDIR}${gimpdatadir}/scripts"
-           ;;
-       esac
-       case $1 in
-@@ -256,7 +256,7 @@
-           shift
-           if test "x$1" != "x"; then
-             if test -f "$install_dir/$1"; then
--              cmd="rm -f $DESTDIR$install_dir/$1"
-+              cmd="rm -f ${DESTDIR}${install_dir}/$1"
-               test $quiet = "yes" || echo $cmd
-               test $donothing = "yes" || exec $cmd
-             else
-@@ -300,9 +300,9 @@
-         --build | --build-noui | --build-nogimpui)
-           install_dir=. ;;
-         --install | --install-noui | --install-nogimpui)
--          install_dir="$HOME/@gimpdir@/plug-ins" ;;
-+          install_dir="${DESTDIR}${HOME}/@gimpdir@/plug-ins" ;;
-         --install-admin | --install-admin-noui | --install-admin-nogimpui)
--          install_dir="$gimpplugindir/plug-ins" ;;
-+          install_dir="${DESTDIR}${gimpplugindir}/plug-ins" ;;
-       esac
-       noui=`echo $opt | sed 's/^.*\(noui\)$/\1/'`
-       nogimpui=`echo $opt | sed 's/^.*\(nogimpui\)$/\1/'`
This page took 0.030459 seconds and 4 git commands to generate.