28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
$OpenBSD: patch-gimptool-1_2_in,v 1.2 2003/12/27 00:26:17 brad Exp $
|
|
--- gimptool-1.2.in.orig Tue Oct 29 06:29:28 2002
|
|
+++ gimptool-1.2.in Fri Feb 14 21:29:34 2003
|
|
@@ -227,19 +227,19 @@ while test $# -gt 0; do
|
|
| --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)
|