adium 2508:375347213ef2: This needs to use the script directory.

commits at adium.im commits at adium.im
Sun Jun 21 17:21:04 UTC 2009


details:	http://hg.adium.im/adium/rev/375347213ef2
revision:	2508:375347213ef2
author:		Zachary West <zacw at adium.im>
date:		Sun Jun 21 13:20:47 2009 -0400

This needs to use the script directory.

diffs (12 lines):

diff -r 89182b77f6ad -r 375347213ef2 Utilities/dep-build-scripts/common.sh
--- a/Utilities/dep-build-scripts/common.sh	Sat Jun 20 15:22:47 2009 -0700
+++ b/Utilities/dep-build-scripts/common.sh	Sun Jun 21 13:20:47 2009 -0400
@@ -81,7 +81,7 @@
 	mkdir "$SOURCEDIR" > /dev/null 2>&1 || true
 	
 	pushd "$SOURCEDIR"
-		python "$BASEDIR/download.py" -f "$BASEDIR/urls.txt"
+		python "$SCRIPT_DIR/download.py" -f "$SCRIPT_DIR/urls.txt"
 	popd
 }
 




More information about the commits mailing list