$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
