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
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@
|
|||
|
||||
A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8
|
||||
A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8
|
||||
helper=./build-helper
|
||||
helper=./bin/build-helper
|
||||
|
||||
MANDIR=docs/man
|
||||
MAN1DSTDIR=$(MANDIR)/man1
|
||||
|
|
|
@ -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…
Reference in a new issue