Merge branch 'master' of github.com:openscad/openscad

master
Marius Kintel 2014-05-19 11:49:44 -04:00
commit 55fb525da9
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