From 565bc49aae04fe7d9544242aa2eb96e44244cf8d Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sun, 3 May 2015 20:17:40 -0400 Subject: Do not make the font files differ each time due to timestamp differences Conflicts: releasenotes/releasenote_1.15.2.6.x2go+arctica.txt --- buildall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildall.sh b/buildall.sh index 7a749a9c5..f65debf52 100755 --- a/buildall.sh +++ b/buildall.sh @@ -9,6 +9,12 @@ function check-error { . ./setvcenv.sh +# Do not make the font files differ each time due to timestamp differences. +# (This prevents git repos from becoming very large & slow when you commit +# multiple builds.) +# x2goclient-contrib.git needs this. +export GZIP="--no-name" + which nasm > /dev/null 2>&1 check-error 'Please install nasm' -- cgit v1.2.3