summaryrefslogtreecommitdiffstats
path: root/graphics/gimp1/files/patch-gimptool-1.2.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp1/files/patch-gimptool-1.2.in')
-rw-r--r--graphics/gimp1/files/patch-gimptool-1.2.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gimp1/files/patch-gimptool-1.2.in b/graphics/gimp1/files/patch-gimptool-1.2.in
deleted file mode 100644
index 052cac1df..000000000
--- a/graphics/gimp1/files/patch-gimptool-1.2.in
+++ /dev/null
@@ -1,26 +0,0 @@
---- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002
-+++ gimptool-1.2.in Wed Feb 20 14:04:39 2002
-@@ -227,19 +227,19 @@
- | --uninstall-script | --uninstall-admin-script )
- case $1 in
- --*install-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --install-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$HOME/@gimpdir@/plug-ins"
- ;;
- --*install-admin-bin)
-- install_cmd="@INSTALL_PROGRAM@"
-+ install_cmd="@INSTALL_SCRIPT@"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --install-admin-bin-strip)
-- install_cmd="@INSTALL_PROGRAM@ -s"
-+ install_cmd="@INSTALL_SCRIPT@ -s"
- install_dir="$gimpplugindir/plug-ins"
- ;;
- --*install-script)