diff options
Diffstat (limited to 'graphics/gimpshop/files/patch-af')
-rw-r--r-- | graphics/gimpshop/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gimpshop/files/patch-af b/graphics/gimpshop/files/patch-af deleted file mode 100644 index 72a6fdc08e3b..000000000000 --- a/graphics/gimpshop/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) |