summaryrefslogtreecommitdiff
path: root/textproc/t1lib/patches/patch-aa
blob: 2f3d56c2c8751238907749a5387d9055ed9b3adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.5 2000/06/21 01:58:35 jlam Exp $

--- configure.orig	Sun Oct 24 06:00:22 1999
+++ configure	Thu Dec  2 14:34:33 1999
@@ -2380,11 +2380,11 @@
 
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 # It thinks the first close brace ends the variable substitution.
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
 
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
 
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_DATA" && INSTALL_DATA='${BSD_INSTALL_DATA}'