blob: 23fbc8913e92ea23d787a86d43ba474f563cc4f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.6 2000/09/09 17:33:13 wiz Exp $
--- install.sh.orig Sat Feb 5 01:26:20 2000
+++ install.sh Sun Feb 13 08:29:05 2000
@@ -60,7 +60,7 @@
XBINGROUP=bin
ERRFILE=/tmp/xmcd.err
TMPFILE=/tmp/xmcdinst.$$
-STARTUP_SCRIPT=.xmcd_start
+STARTUP_SCRIPT=xmcd_start
#
# Utility functions
@@ -416,7 +416,7 @@
#
OS_SYS=`(uname -s) 2>/dev/null`
OS_REL=`(uname -r) 2>/dev/null`
-OS_MACH=`(uname -m) 2>/dev/null`
+OS_MACH=@MACHINE_ARCH@
if [ -z "$OS_SYS" ]
then
|