summaryrefslogtreecommitdiff
path: root/sysutils/xhfs/patches/patch-ab
blob: 34a83bce08fe44ac3d98ae89e3fd9992a811378f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ab,v 1.1 1999/10/22 10:15:48 fredb Exp $

--- configure.orig	Mon Nov  2 17:33:47 1998
+++ configure	Fri Oct 22 05:02:04 1999
@@ -849,6 +849,8 @@
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
+
 # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
@@ -1787,6 +1789,7 @@
 s%@CC@%$CC%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g
+s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
 s%@RANLIB@%$RANLIB%g
 s%@CPP@%$CPP%g
 s%@LIBOBJS@%$LIBOBJS%g