diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 20:01:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 20:01:52 +0000 |
commit | 326d3712e09bd5b7605113172247a10f11fd7488 (patch) | |
tree | e192d6ccdaf14a443af6b23d1d45f6a61b796474 | |
parent | 04905dfdbe40230067ef5ae1626244dcb66ccd44 (diff) |
how about we use a release-specific output filename....
-rw-r--r-- | distrib/landisk/miniroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/landisk/miniroot/Makefile b/distrib/landisk/miniroot/Makefile index d4c6965ee97..ce3fb6e4421 100644 --- a/distrib/landisk/miniroot/Makefile +++ b/distrib/landisk/miniroot/Makefile @@ -2,7 +2,7 @@ REV= ${OSrev} BSD_RD= bsd.rd -IMAGE= miniroot40.fs +IMAGE= miniroot${REV}.fs MOUNT_POINT= /mnt |