[the-board] [build] Cosmetic improvements in the-board-build-setup.sh



commit 5a4f5a63eb8d4401b19b8a7166285e7dcf6c0ad2
Author: Lucas Rocha <lucasr gnome org>
Date:   Wed Dec 8 18:44:58 2010 +0000

    [build] Cosmetic improvements in the-board-build-setup.sh

 build/the-board-build-setup.sh |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/build/the-board-build-setup.sh b/build/the-board-build-setup.sh
index a438361..e5a39b4 100644
--- a/build/the-board-build-setup.sh
+++ b/build/the-board-build-setup.sh
@@ -163,7 +163,7 @@ fi
 
 if [ -d $SOURCE/jhbuild ] ; then
     if [ -d $SOURCE/jhbuild/.git ] ; then
-        echo "Updating jhbuild ... "
+        echo -n "Updating jhbuild ... "
         ( cd $SOURCE/jhbuild && git pull --rebase > /dev/null ) || exit 1
         echo "done"
     else
@@ -178,14 +178,15 @@ else
     echo "done"
 fi
 
-echo "Installing jhbuild..."
+echo -n "Installing jhbuild..."
 (cd $SOURCE/jhbuild && make -f Makefile.plain DISABLE_GETTEXT=1 bindir=$HOME/.bin install >/dev/null)
+echo "done"
 
-echo -n "Writing ~/.jhbuildrc-the-board ... "
+echo -n "Writing $HOME/.jhbuildrc-the-board ... "
 curl -L -s -o $HOME/.jhbuildrc-the-board $BASEURL/jhbuildrc-the-board
 echo "done"
 
-echo -n "Writing ~/$SOURCE/jhbuild/modulesets/the-board.modules ... "
+echo -n "Writing $SOURCE/jhbuild/modulesets/the-board.modules ... "
 curl -L -s -o $SOURCE/jhbuild/modulesets/the-board.modules $BASEURL/the-board.modules
 echo "done"
 



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