Merge branch 'master' into csg-import-tests

master
Marius Kintel 2014-05-18 22:11:50 -04:00
commit 9b72d45199
1 changed files with 5 additions and 2 deletions

View File

@ -339,8 +339,11 @@ esac
if [ -n $EXAMPLESDIR ]; then
echo $EXAMPLESDIR
mkdir -p $EXAMPLESDIR
cp examples/* $EXAMPLESDIR
chmod -R 644 $EXAMPLESDIR/*
rm -f examples.tar
tar cf examples.tar examples
cd $EXAMPLESDIR/.. && tar xf $OPENSCADDIR/examples.tar && cd $OPENSCADDIR
rm -f examples.tar
chmod -R 644 $EXAMPLESDIR/*/*
fi
if [ -n $LIBRARYDIR ]; then
echo $LIBRARYDIR