[the-board] [build] Install jhbuild on ~/bin



commit 9b4169f3525f8db839f158fbd5aa597429d800aa
Author: Lucas Rocha <lucasr gnome org>
Date:   Tue Jan 11 14:11:25 2011 +0000

    [build] Install jhbuild on ~/bin
    
    This is default location for user-specific binaries. Makes it easier for
    new contributors to get development environment set.

 build/the-board-build-setup.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/the-board-build-setup.sh b/build/the-board-build-setup.sh
index bf96c0d..df5429b 100644
--- a/build/the-board-build-setup.sh
+++ b/build/the-board-build-setup.sh
@@ -179,15 +179,15 @@ else
 fi
 
 echo -n "Installing jhbuild..."
-(cd $SOURCE/jhbuild && make -f Makefile.plain DISABLE_GETTEXT=1 bindir=$HOME/.bin install >/dev/null)
+(cd $SOURCE/jhbuild && make -f Makefile.plain DISABLE_GETTEXT=1 bindir=$HOME/bin install >/dev/null)
 echo "done"
 
 echo -n "Writing $HOME/.jhbuildrc-the-board ... "
 curl -L -s -o $HOME/.jhbuildrc-the-board $BASEURL/jhbuildrc-the-board
 echo "done"
 
-if test "x`echo $PATH | grep $HOME/.bin`" = x; then
-    echo "PATH does not contain $HOME/.bin, it is recommended that you add that."
+if test "x`echo $PATH | grep $HOME/bin`" = x; then
+    echo "PATH does not contain $HOME/bin, it is recommended that you add that."
     echo
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]