forked from ungleich-public/cdist
move build-helper into bin/
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
9b92822b4b
commit
5fb66cd314
3 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ dir=${0%/*}
|
|||
|
||||
# Ensure version is present - the bundled/shipped version contains a static version,
|
||||
# the git version contains a dynamic version
|
||||
"$dir/../build-helper" version
|
||||
"$dir/build-helper" version
|
||||
|
||||
libdir=$(cd "${dir}/../" && pwd -P)
|
||||
export PYTHONPATH="${libdir}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue