|
From: Heiko Z. <smi...@us...> - 2016-10-06 12:54:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31448 Modified Files: build.sh Log Message: speed up compression Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- build.sh 24 Dec 2015 17:03:22 -0000 1.120 +++ build.sh 6 Oct 2016 12:54:55 -0000 1.121 @@ -19,6 +19,7 @@ MYSELF=$MYDIR/$BASE export DL_DIR export SHELL=/bin/bash +export XZ_DEFAULTS="-T 0" source $DL_DIR/scripts/settings |