summaryrefslogtreecommitdiff
path: root/wm/fvwm2/patches/patch-ab
blob: 1adb30c65c91f7ae086f64ea47d1e64a8bf92bdd (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.1.1.1 2000/12/12 02:03:48 wiz Exp $

--- ./configure.orig	Fri May 28 17:15:29 1999
+++ ./configure	Wed Feb  2 03:39:39 2000
@@ -654,7 +654,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'
 
@@ -743,7 +743,7 @@
 fi
 
 
-PACKAGE=fvwm
+PACKAGE=fvwm2
 
 VERSION=2.2.2
 
@@ -2984,7 +2984,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'