summaryrefslogtreecommitdiffstats
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rwxr-xr-xbuildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 963d706..d19d4eb 100755
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
#!/bin/sh
. settings.sh
-$(dirname $0)/prepare-repository
+$BINDIR/prepare-repository
verbose=0
if [ "$1" = "-v" ]; then