clarify documentation

felipesanches-svg
don bright 2012-08-05 05:03:52 +02:00
parent bae78fc8f9
commit 8318c672a8
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ if [ -n $LIBRARYDIR ]; then
echo $LIBRARYDIR
mkdir -p $LIBRARYDIR
# exclude the .git stuff from MCAD which is a git submodule.
# tar is a relatively portable way to do exclusion
# tar is a relatively portable way to do exclusion, without the
# risks of rm
rm -f libraries.tar
tar cf libraries.tar --exclude=.git* libraries
cd $LIBRARYDIR/.. && tar xf $OPENSCADDIR/libraries.tar && cd $OPENSCADDIR