diff options
author | N.N. <matju@users.sourceforge.net> | 2010-01-05 18:54:50 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2010-01-05 18:54:50 +0000 |
commit | 8f428efd3fc6a5817918bf3eb9d926da5b7e7409 (patch) | |
tree | b3a1cec29c9d0591953202e80c1246f354f7bc80 | |
parent | 39ba8a640bd178fd732d945760df7eef3e2c1e1a (diff) |
svn path=/trunk/; revision=12892
-rwxr-xr-x | scripts/auto-build/pd-desiredata-auto-builder.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/auto-build/pd-desiredata-auto-builder.sh b/scripts/auto-build/pd-desiredata-auto-builder.sh deleted file mode 100755 index 3e4c4ed4..00000000 --- a/scripts/auto-build/pd-desiredata-auto-builder.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# this script is the first attempt to have an automated updater and builder - -# the source dir where this script is -## this could be done more easily with ${0%/*} -SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|') -. $SCRIPT_DIR/auto-build-common - -# the name of this script -## this could be done more easily with ${0##*/} -SCRIPT=$(echo $0| sed 's|.*/\(.*\)|\1|g') - -# convert into absolute path -cd "${SCRIPT_DIR}/../.." -auto_build_root_dir=`pwd` -echo "build root: $auto_build_root_dir" -rsync_distro "$auto_build_root_dir" - -cd "${auto_build_root_dir}/desiredata/src" -./configure \ - && make \ - && echo SUCCESS |