summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/files/patch-ac
blob: f1efdf5f3839b1c2c3e94c86785174c4b7948233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
****
**** patches for the various configure scripts
****  1) force INSTALL=`/usr/bin/install -c'
****     to fix some obsecure problem with firing
****     ./configure via the ports mechanism
****  2) put the plug-ins in libexec rather than lib
****
--- ./gtk+/glib/configure~	Fri Mar 28 12:03:26 1997
+++ ./gtk+/glib/configure	Tue Apr  8 08:06:14 1997
@@ -560,6 +560,7 @@
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
+INSTALL="/usr/bin/install -c"
 echo "configure:564: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
--- ./gtk+/configure~	Fri Mar 28 10:58:42 1997
+++ ./gtk+/configure	Tue Apr  8 08:05:57 1997
@@ -568,6 +568,7 @@
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
+INSTALL="/usr/bin/install -c"
 echo "configure:572: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
--- ./configure~	Mon Apr  7 17:42:41 1997
+++ ./configure	Tue Apr  8 08:07:58 1997
@@ -567,6 +567,7 @@
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
+INSTALL="/usr/bin/install -c"
 echo "configure:571: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
@@ -617,7 +618,7 @@
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
 
 
 PACKAGE=gimp
@@ -2173,7 +2174,7 @@
 
 
 gimpdatadir=$datadir/$PACKAGE/$VERSION
-gimpplugindir=$libdir/$PACKAGE/$VERSION
+gimpplugindir=$libexecdir/$PACKAGE/$VERSION
 
 
 
OpenPOWER on IntegriCloud