|
From: <sv...@va...> - 2008-06-17 18:31:21
|
Author: bart
Date: 2008-06-17 19:31:12 +0100 (Tue, 17 Jun 2008)
New Revision: 8245
Log:
Make sure the splash2 binaries are always built in the same location (exp-drd/splash2).
Modified:
trunk/exp-drd/scripts/download-and-build-splash2
Modified: trunk/exp-drd/scripts/download-and-build-splash2
===================================================================
--- trunk/exp-drd/scripts/download-and-build-splash2 2008-06-17 15:00:55 UTC (rev 8244)
+++ trunk/exp-drd/scripts/download-and-build-splash2 2008-06-17 18:31:12 UTC (rev 8245)
@@ -11,6 +11,8 @@
mkdir -p "${downloads}"
+cd "$(dirname $0)/.."
+
if [ -e splash2 ]; then
echo "Error: a directory with the name splash2 already exists. Please"
echo "remove it before running this script, or run this script in another"
|