diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-02-07 19:49:07 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-02-07 19:49:07 +0000 |
| commit | 94020b657b1e56a1525fb916136cda9860dcbb3b (patch) | |
| tree | ef589b37490ca474a4f9d933c1e82da3051308ec /tools/boot | |
| parent | b10a3926ccce8dfb30da80f7c7438509110052a1 (diff) | |
Notes
Diffstat (limited to 'tools/boot')
| -rwxr-xr-x | tools/boot/rootgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/rootgen.sh b/tools/boot/rootgen.sh index 98e726f6a370..c6f4d733da1f 100755 --- a/tools/boot/rootgen.sh +++ b/tools/boot/rootgen.sh @@ -303,7 +303,7 @@ qemu_i386_both() # Misc variables SRCTOP=$(make -v SRCTOP) -cd ${SRCTOP}/stand +cd ${SRCTOP}/sys/boot OBJDIR=$(make -v .OBJDIR) IMGDIR=${OBJDIR}/boot-images mkdir -p ${IMGDIR} |
