diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /graphics/gimp/files/patch-af | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'graphics/gimp/files/patch-af')
-rw-r--r-- | graphics/gimp/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp/files/patch-af b/graphics/gimp/files/patch-af deleted file mode 100644 index 72a6fdc08e3b..000000000000 --- a/graphics/gimp/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) |