summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-af
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-20 19:31:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-20 19:31:51 +0000
commita4911efa2e9bdaa0b4cf7eea461b2e8f82be54ac (patch)
tree357829da83f861620891f3d53ac9cceb9b49a3ec /graphics/gimp1/files/patch-af
parentAdd Bundle::DBI.3. (diff)
Upgrade to 1.1.2.
Agreed by: asami
Notes
Notes: svn path=/head/; revision=16798
Diffstat (limited to 'graphics/gimp1/files/patch-af')
-rw-r--r--graphics/gimp1/files/patch-af20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-af b/graphics/gimp1/files/patch-af
new file mode 100644
index 000000000000..72a6fdc08e3b
--- /dev/null
+++ b/graphics/gimp1/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)