app-emulation/rkt: Fix PXE_SYSTEMD_VERSION

Remove duplicate 'v'.

PXE_SYSTEMD_VERSION has a 'v', and src_configure() was adding a 'v', so we
were getting a version as 'vvXXX'

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2016-07-11 14:19:18 -07:00
parent f1d08c473d
commit 854d6aa45f

View File

@ -89,7 +89,7 @@ src_configure() {
if use rkt_stage1_coreos; then
add_stage1 "coreos"
myeconfargs+=( --with-coreos-local-pxe-image-path="${DISTDIR}/${PXE_FILE}" )
myeconfargs+=( --with-coreos-local-pxe-image-systemd-version=v"${PXE_SYSTEMD_VERSION}" )
myeconfargs+=( --with-coreos-local-pxe-image-systemd-version="${PXE_SYSTEMD_VERSION}" )
fi
if use rkt_stage1_fly; then
add_stage1 "fly"