From 1ccc8dfabce2844de5457c77ee983c8db348e872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 7 Apr 2011 09:23:04 +0000 Subject: moving Gem from pure-data/ to pure-data/externals/ there is really no difference between Gem and (e.g.) fftease, why should they live in different directories? svn path=/trunk/; revision=15064 --- scripts/checkout-developer-layout.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/checkout-developer-layout.sh') diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh index 18ad4197..ba05d90c 100755 --- a/scripts/checkout-developer-layout.sh +++ b/scripts/checkout-developer-layout.sh @@ -38,10 +38,12 @@ svn checkout $SVNOPTIONS $PDAUTH $URL pure-data cd pure-data -for section in Gem videoIO; do +cd externals +for section in Gem; do echo "checking out Gem::${section}" svn checkout $SVNOPTIONS ${PDAUTH} ${GEMURL}/${section} ${section} done +cd .. # make the symlinks which simulate the files being installed into the packages -- cgit v1.2.1