summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-properties.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/create-properties.sh b/scripts/create-properties.sh
new file mode 100755
index 0000000..777bb3b
--- /dev/null
+++ b/scripts/create-properties.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# This file creates the properties file for jesterpm-build-tools
+
+pushd `dirname $0` > /dev/null
+cd ..
+BUILDTOOLSDIR=`pwd`
+popd > /dev/null
+
+cat > $HOME/.jesterpm-build-tools.properties << EOF
+jesterpm.buildtools.root=${BUILDTOOLSDIR}
+EOF
+