]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: use --disable-makeinstall-chown everywhere
authorKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 09:51:39 +0000 (11:51 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Jun 2017 09:51:39 +0000 (11:51 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index 7b20e886c24b9136f045a5e3c380d43d36d860be..dbc50e0678b147d2cfcf4073e9581f1d26988534 100755 (executable)
@@ -58,6 +58,7 @@ function check_root
        local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
 
        xconfigure \
+               --disable-makeinstall-chown \
                --enable-all-programs \
                || return
        $MAKE || return