[Adium-commits] adium 1977:9e66c90939ee: Set the PATCHDIR based on the script lo...
adium-commits at adiumx.com
adium-commits at adiumx.com
Sat Apr 25 22:51:45 UTC 2009
details: http://hg.adiumx.com/adium/rev/9e66c90939ee
revision: 1977:9e66c90939ee
author: Zachary West <zacw at adiumx.com>
date: Sat Apr 25 18:51:27 2009 -0400
Set the PATCHDIR based on the script location, since that's where they're stored.
diffstat:
Utilities/dep-build-scripts/common.sh | 4 ++--
Utilities/dep-build-scripts/purple_dependencies_make.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5d4e03677729 -r 9e66c90939ee Utilities/dep-build-scripts/common.sh
--- a/Utilities/dep-build-scripts/common.sh Sat Apr 25 17:58:27 2009 -0400
+++ b/Utilities/dep-build-scripts/common.sh Sat Apr 25 18:51:27 2009 -0400
@@ -30,12 +30,12 @@
BASEDIR="$ADIUM_BUILD_BASEDIR"
fi
-PATCHDIR="$BASEDIR/patches"
+SCRIPT_DIR="$PWD"
+PATCHDIR="$SCRIPT_DIR/patches"
SOURCEDIR="$BASEDIR/source"
BUILDDIR="$BASEDIR/build"
UNIVERSAL_DIR="$BUILDDIR/universal"
LOGDIR="$BUILDDIR"
-SCRIPT_DIR="$PWD"
if [ "x$PIDGIN_SOURCE" = "x" ] ; then
export PIDGIN_SOURCE="$SOURCEDIR/im.pidgin.adium"
diff -r 5d4e03677729 -r 9e66c90939ee Utilities/dep-build-scripts/purple_dependencies_make.sh
--- a/Utilities/dep-build-scripts/purple_dependencies_make.sh Sat Apr 25 17:58:27 2009 -0400
+++ b/Utilities/dep-build-scripts/purple_dependencies_make.sh Sat Apr 25 18:51:27 2009 -0400
@@ -121,4 +121,4 @@
cd ..
done
-echo "Done - now run ./purple_make.sh"
\ No newline at end of file
+echo "Done - now run ./purple_make.sh"
More information about the commits
mailing list