]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - .travis-functions.sh
build-sys: fix chown mistake, add checkusage.sh to the dist
[thirdparty/util-linux.git] / .travis-functions.sh
index 19162a8a7b3b144297b826db0b4949603780731f..7b20e886c24b9136f045a5e3c380d43d36d860be 100755 (executable)
@@ -58,7 +58,6 @@ function check_root
        local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
 
        xconfigure \
-               --disable-makeinstall-chown \
                --enable-all-programs \
                || return
        $MAKE || return
@@ -73,7 +72,7 @@ function check_root
 
 function check_dist
 {
-       xconfigure --disable-makeinstall-chown \
+       xconfigure \
                || return
        $MAKE distcheck || return
 }