summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-devel/files/patch-af')
-rw-r--r--graphics/gimp-devel/files/patch-af26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gimp-devel/files/patch-af b/graphics/gimp-devel/files/patch-af
deleted file mode 100644
index 83f0d440beea..000000000000
--- a/graphics/gimp-devel/files/patch-af
+++ /dev/null
@@ -1,26 +0,0 @@
---- gimptool.in.orig Thu Apr 27 02:07:40 2000
-+++ gimptool.in Thu Mar 15 05:55:24 2001
-@@ -234,19 +234,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)