diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /graphics/gimp-app-devel/files/patch-af | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-af')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimp-app-devel/files/patch-af b/graphics/gimp-app-devel/files/patch-af deleted file mode 100644 index 72a6fdc08e3b..000000000000 --- a/graphics/gimp-app-devel/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) |