diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2024-05-30 16:48:40 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2024-05-30 17:00:42 +0000 |
| commit | a04ecddfc721427fd97fd1fcc27492ebd19ad183 (patch) | |
| tree | 47d9d46ed8ce9b4be7e27c8a7a73e44c9bc66360 /release/Makefile.vm | |
| parent | f30188c4680a85126e793de157b851bf5ee47529 (diff) | |
Diffstat (limited to 'release/Makefile.vm')
| -rw-r--r-- | release/Makefile.vm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile.vm b/release/Makefile.vm index 548b4c1cca3b..b5c1470a6eac 100644 --- a/release/Makefile.vm +++ b/release/Makefile.vm @@ -75,16 +75,16 @@ ${_V}!= eval $$(awk '/^${_V}=/{print}' ${.CURDIR}/../sys/conf/newvers.sh); echo emulator-portinstall: .if !exists(/usr/local/bin/qemu-${TARGET_ARCH}-static) -.if exists(${PORTSDIR}/emulators/qemu-user-static/Makefile) +.if exists(${PORTSDIR}/emulators/qemu-user-static-devel/Makefile) env - UNAME_r=${UNAME_r} PATH=$$PATH \ - make -C ${PORTSDIR}/emulators/qemu-user-static \ + make -C ${PORTSDIR}/emulators/qemu-user-static-devel \ BATCH=1 WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles \ all install clean .else .if !exists(/usr/local/sbin/pkg-static) env ASSUME_ALWAYS_YES=yes pkg bootstrap -y .endif - env ASSUME_ALWAYS_YES=yes pkg install -y emulators/qemu-user-static + env ASSUME_ALWAYS_YES=yes pkg install -y emulators/qemu-user-static-devel .endif .endif touch ${.TARGET} |
