mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Properly evaluate XZ_CMD from the chroot.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
54eb0be231
commit
ff9b6b61e6
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ main() {
|
|||
BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH)
|
||||
UNAME_r=${REVISION}-${BRANCH}
|
||||
export UNAME_r
|
||||
export XZ_CMD=$(make -C /usr/src/release -V XZ_CMD)
|
||||
export XZ_CMD=$(chroot ${CHROOTDIR} make -C /usr/src/release -V XZ_CMD)
|
||||
|
||||
# Build the 'xdev' target for crochet.
|
||||
eval chroot ${CHROOTDIR} make -C /usr/src \
|
||||
|
|
|
|||
Loading…
Reference in a new issue