From f4a0c9326b70c047298e33419b225b90f1efd5b4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 12 Aug 2003 03:58:29 +0000 Subject: correctly put OSREV in there --- distrib/alpha/cdfs/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'distrib/alpha/cdfs') diff --git a/distrib/alpha/cdfs/Makefile b/distrib/alpha/cdfs/Makefile index 938f0d3893a..808bd9016e8 100644 --- a/distrib/alpha/cdfs/Makefile +++ b/distrib/alpha/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2003/03/06 00:02:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2003/08/12 03:58:28 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -23,9 +23,9 @@ ${CDROM}: vnconfig -v -c svnd0 ${.OBJDIR}/${CDROM} mount -t cd9660 /dev/svnd0a /mnt /usr/mdec/installboot -v \ - -s `cat log | grep -v 'Name' | egrep '/cd-dir/3.3/alpha/boot$$' | cut -d' ' -f1` \ - -e `cat log | grep -v 'Name' | egrep '/cd-dir/3.3/alpha/boot$$' | cut -d' ' -f2` \ - /mnt/3.3/alpha/boot /usr/mdec/bootxx /dev/rsvnd0c + -s `cat log | grep -v 'Name' | egrep "/cd-dir/${OSREV}/alpha/boot$$" | cut -d' ' -f1` \ + -e `cat log | grep -v 'Name' | egrep "/cd-dir/${OSREV}/alpha/boot$$" | cut -d' ' -f2` \ + /mnt/${OSREV}/alpha/boot /usr/mdec/bootxx /dev/rsvnd0c #disklabel -w svnd0 fakecdrom "OpenBSD/alpha " umount /mnt vnconfig -u svnd0 -- cgit v1.2.3