summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2017-06-21 11:51:39 +0200
committerKarel Zak2017-06-21 11:51:39 +0200
commit4a679468ca2818c0dc1430ea53090009d454301f (patch)
tree53cd8fa2542367e1b5176388bf5899a3eb8971f4 /.travis-functions.sh
parentdocs: add program-desc to howto-usage-function.txt and boilerplate.c (diff)
downloadkernel-qcow2-util-linux-4a679468ca2818c0dc1430ea53090009d454301f.tar.gz
kernel-qcow2-util-linux-4a679468ca2818c0dc1430ea53090009d454301f.tar.xz
kernel-qcow2-util-linux-4a679468ca2818c0dc1430ea53090009d454301f.zip
travis: use --disable-makeinstall-chown everywhere
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 7b20e886c..dbc50e067 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -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