Skip to content

Commit

Permalink
beesh: always set ARCH
Browse files Browse the repository at this point in the history
we need to always recompute PKGALLPKG after PKGFULLPKG was changed.
  • Loading branch information
donald committed Jul 5, 2016
1 parent ceac2c3 commit 5a81397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ function extract_new_package_variables() {
PKGFULLPKG=${PKGFULLNAME}-${PKGFULLVERSION}-${PKGREVISION}

# since PKGARCH is now known reconstruct PKGALLPKG
: ${PKGALLPKG:=${PKGFULLPKG}.${PKGARCH}}
PKGALLPKG="${PKGFULLPKG}.${PKGARCH}"

eval $("${BEE_BINDIR}/beeversion" "${PKGALLPKG}" 2>/dev/null)
}
Expand Down

0 comments on commit 5a81397

Please sign in to comment.