summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2017-06-21 13:41:08 +0200
committerKarel Zak2017-06-21 13:41:08 +0200
commit4ccea6699625e829ff62bf7ebf4bc159e24f9868 (patch)
tree7c384626a90674204e5d2c2c9b7f1a4a4b7fbeaa /.travis-functions.sh
parentMerge branch 'master' of https://github.com/pali/util-linux (diff)
downloadkernel-qcow2-util-linux-4ccea6699625e829ff62bf7ebf4bc159e24f9868.tar.gz
kernel-qcow2-util-linux-4ccea6699625e829ff62bf7ebf4bc159e24f9868.tar.xz
kernel-qcow2-util-linux-4ccea6699625e829ff62bf7ebf4bc159e24f9868.zip
travis: fix another chown issue
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index dbc50e067..19162a8a7 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
}