summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-app/files/patch-af')
-rw-r--r--graphics/gimp-app/files/patch-af20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-af b/graphics/gimp-app/files/patch-af
new file mode 100644
index 000000000000..72a6fdc08e3b
--- /dev/null
+++ b/graphics/gimp-app/files/patch-af
@@ -0,0 +1,20 @@
+--- gimptool.in.orig Sat Feb 20 19:48:58 1999
++++ gimptool.in Sat Feb 20 19:49:37 1999
+@@ -198,7 +198,7 @@
+ | --install-script | --install-admin-script)
+ case $1 in
+ --install-bin)
+- install_cmd="@INSTALL_PROGRAM@"
++ install_cmd="@INSTALL_SCRIPT@"
+ install_dir="$HOME/@gimpdir@/plug-ins"
+ ;;
+ --install-bin-strip)
+@@ -206,7 +206,7 @@
+ install_dir="$HOME/@gimpdir@/plug-ins"
+ ;;
+ --install-admin-bin)
+- install_cmd="@INSTALL_PROGRAM@"
++ install_cmd="@INSTALL_SCRIPT@"
+ install_dir="$plug_in_dir/plug-ins"
+ ;;
+ --install-admin-bin-strip)