From 73e11a6d74b08beda3fc7aa090b9ec576fed7886 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 --- buildall.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buildall.sh') 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