aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkout-developer-layout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkout-developer-layout.sh')
-rwxr-xr-xscripts/checkout-developer-layout.sh4
1 files changed, 3 insertions, 1 deletions
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