mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Fix a few incorrect variables and/or hard-coded paths.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0a87b16c59
commit
a3ba37b499
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282792
@ -66,8 +66,8 @@ iso-images-stage:
|
||||
. for IMAGE in ${IMAGES}
|
||||
cp -p ${RELEASEDIR}/${OSRELEASE}-${IMAGE} \
|
||||
${ISO_DIR}/${OSRELEASE}-${IMAGE}
|
||||
. if exists(/R/${IMAGE}.xz)
|
||||
cp -p ${RELEASEDIR}/${IMAGE}.xz \
|
||||
. if exists(${RELEASEDIR}/${OSRELEASE}-${IMAGE}.xz)
|
||||
cp -p ${RELEASEDIR}/${OSRELEASE}-${IMAGE}.xz \
|
||||
${ISO_DIR}/${OSRELEASE}-${IMAGE}.xz
|
||||
. endif
|
||||
. endfor
|
||||
|
Loading…
Reference in New Issue
Block a user