mirror of
https://github.com/pygos/build.git
synced 2024-11-13 06:57:11 +01:00
Fix assignment order in BUILD_PATH_PREFIX_MAP
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
01fb412309
commit
80b107050a
1 changed files with 1 additions and 1 deletions
2
mk.sh
2
mk.sh
|
@ -43,7 +43,7 @@ OS_RELEASE=$(git describe --always --tags --dirty)
|
|||
export SOURCE_DATE_EPOCH=$(git show -s --format=%ct)
|
||||
popd > /dev/null
|
||||
|
||||
export BUILD_PATH_PREFIX_MAP="src=$PKGSRCDIR:build=$BUILDROOT"
|
||||
export BUILD_PATH_PREFIX_MAP="$PKGSRCDIR=src:$BUILDROOT=build"
|
||||
|
||||
############################# include utilities ##############################
|
||||
source "$SCRIPTDIR/util/download.sh"
|
||||
|
|
Loading…
Reference in a new issue