summaryrefslogtreecommitdiff
path: root/audio/xmcd/patches/patch-ad
blob: 5987d54dea6c812e63e9dbef02b1967343b312fc (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.7 2001/07/24 16:00:02 nra Exp $

--- install.sh.orig	Mon Jul 16 12:51:58 2001
+++ install.sh	Mon Jul 23 14:35:29 2001
@@ -57,7 +57,7 @@
 XBINGROUP=bin
 ERRFILE=/tmp/xmcd.err
 TMPFILE=/tmp/xmcdinst.$$
-STARTUP_SCRIPT=.xmcd_start
+STARTUP_SCRIPT=xmcd_start
 
 #
 # Utility functions
@@ -493,7 +493,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