diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-12 03:58:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-12 03:58:29 +0000 |
commit | f4a0c9326b70c047298e33419b225b90f1efd5b4 (patch) | |
tree | f8abdf0b7fce62890bbf0d5f0beb408c26535eae /distrib/alpha | |
parent | 8a2371f171775e9c3b9df2faeffa9e576e20053b (diff) |
correctly put OSREV in there
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/cdfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |