]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: fix another chown issue
authorKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 11:41:08 +0000 (13:41 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 11:41:08 +0000 (13:41 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index dbc50e0678b147d2cfcf4073e9581f1d26988534..19162a8a7b3b144297b826db0b4949603780731f 100755 (executable)
@@ -73,7 +73,7 @@ function check_root
 
 function check_dist
 {
-       xconfigure \
+       xconfigure --disable-makeinstall-chown \
                || return
        $MAKE distcheck || return
 }