From b99bb3d4bbe2d589d77ab96172689c4a8f8dac36 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Wed, 3 Oct 2012 00:17:15 -0400 Subject: [PATCH] gnome-shell-build-setup.sh: Move default directory to ~/gnome gnome-shell-build-setup.sh is generally useful for working on GNOME. If moving on from hacking on gnome-shell to some other module, having the checkout location be ~/gnome-shell is a little odd and cumbersome, so start out checking things out into ~/gnome/source and installing them into ~/gnome/install. Add a warning if the old ~/gnome-shell exists to avoid unnecessary checking out of every module again. https://bugzilla.gnome.org/show_bug.cgi?id=685355 --- tools/build/gnome-shell-build-setup.sh | 14 ++++++++++++++ tools/build/jhbuildrc-gnome-shell | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index f0c3f28ed..d546bb4ac 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -298,6 +298,20 @@ if [ ! -f $HOME/.jhbuildrc-custom ]; then echo "done" fi +if [ -d $HOME/gnome-shell -a \! -d $HOME/gnome ] ; then + cat <