mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Add BUILD_PATH_PREFIX_MAP for tools that support it
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
d1c688328e
commit
b7bb057e45
1 changed files with 2 additions and 0 deletions
2
mk.sh
2
mk.sh
|
@ -43,6 +43,8 @@ OS_RELEASE=$(git describe --always --tags --dirty)
|
||||||
export SOURCE_DATE_EPOCH=$(git show -s --format=%ct)
|
export SOURCE_DATE_EPOCH=$(git show -s --format=%ct)
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
export BUILD_PATH_PREFIX_MAP="src=$PKGSRCDIR:build=$BUILDROOT"
|
||||||
|
|
||||||
############################# include utilities ##############################
|
############################# include utilities ##############################
|
||||||
source "$SCRIPTDIR/util/download.sh"
|
source "$SCRIPTDIR/util/download.sh"
|
||||||
source "$SCRIPTDIR/util/pkgcmd.sh"
|
source "$SCRIPTDIR/util/pkgcmd.sh"
|
||||||
|
|
Loading…
Reference in a new issue