From 4ccea6699625e829ff62bf7ebf4bc159e24f9868 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 21 Jun 2017 13:41:08 +0200 Subject: [PATCH] travis: fix another chown issue Signed-off-by: Karel Zak --- .travis-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-functions.sh b/.travis-functions.sh index dbc50e0678..19162a8a7b 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -73,7 +73,7 @@ function check_root function check_dist { - xconfigure \ + xconfigure --disable-makeinstall-chown \ || return $MAKE distcheck || return } -- 2.47.3