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 Aug 24, 2016
1 parent a9d49da commit fd993dc
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 @@ -788,7 +788,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}")
}
Expand Down

0 comments on commit fd993dc

Please sign in to comment.