summaryrefslogtreecommitdiff
path: root/wm/fvwm2/patches/patch-ab
blob: b2456924f75a389a983f5fd8c24d6edd850ff7c6 (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
$NetBSD: patch-ab,v 1.8 2002/01/28 08:14:34 martti Exp $

--- configure.orig	Wed Jan 16 23:06:17 2002
+++ configure	Mon Jan 28 08:49:43 2002
@@ -670,7 +670,7 @@
 # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}'
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
@@ -759,7 +759,7 @@
 fi
 
 
-PACKAGE=fvwm
+PACKAGE=fvwm2
 
 VERSION=2.4.5
 
@@ -3879,7 +3879,7 @@
 # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}'
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'