c8027fbc79
It will broken p5-Gimp installation.
27 lines
938 B
Plaintext
27 lines
938 B
Plaintext
--- gimptool.in.orig Thu Apr 27 02:07:40 2000
|
|
+++ gimptool.in Thu Mar 15 05:55:24 2001
|
|
@@ -234,19 +234,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)
|