summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-af
blob: 72a6fdc08e3b571f79eaa201b24ccc3ac4e43d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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)