diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-11 01:37:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-04-11 01:37:32 +0000 |
commit | 2c31c88e4bc58c65b2ffef54e9cdbe433f3e6c34 (patch) | |
tree | 0e1293f7357d805c7f1117ff2f2fadb1292acb60 /graphics/gimp/files/patch-gimptool-1.2.in | |
parent | Fix build problem on 5-current. (diff) |
Upgrade to 1.2.3.
Notes
Notes:
svn path=/head/; revision=57552
Diffstat (limited to 'graphics/gimp/files/patch-gimptool-1.2.in')
-rw-r--r-- | graphics/gimp/files/patch-gimptool-1.2.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/gimp/files/patch-gimptool-1.2.in b/graphics/gimp/files/patch-gimptool-1.2.in new file mode 100644 index 000000000000..052cac1df256 --- /dev/null +++ b/graphics/gimp/files/patch-gimptool-1.2.in @@ -0,0 +1,26 @@ +--- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002 ++++ gimptool-1.2.in Wed Feb 20 14:04:39 2002 +@@ -227,19 +227,19 @@ + | --uninstall-script | --uninstall-admin-script ) + case $1 in + --*install-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --install-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --*install-admin-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$gimpplugindir/plug-ins" + ;; + --install-admin-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$gimpplugindir/plug-ins" + ;; + --*install-script) |