From 5fb66cd3148541dc1990306f030a82c42ce24340 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 Jun 2013 09:22:17 +0200 Subject: [PATCH] move build-helper into bin/ Signed-off-by: Nico Schottelius --- Makefile | 2 +- build-helper => bin/build-helper | 0 bin/cdist | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename build-helper => bin/build-helper (100%) diff --git a/Makefile b/Makefile index cf83a591..dac24394 100644 --- a/Makefile +++ b/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 diff --git a/build-helper b/bin/build-helper similarity index 100% rename from build-helper rename to bin/build-helper diff --git a/bin/cdist b/bin/cdist index f8fec000..645020a1 100755 --- a/bin/cdist +++ b/bin/cdist @@ -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}"