summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2017-06-21 11:12:04 +0200
committerKarel Zak2017-06-21 11:12:04 +0200
commita65041b5ae9de5dc52d37a43367d64ab554964c0 (patch)
tree23c6738af32aabbd211558d6c9ec8b9392181eec /.travis-functions.sh
parentwipefs: exit on failed erase (diff)
downloadkernel-qcow2-util-linux-a65041b5ae9de5dc52d37a43367d64ab554964c0.tar.gz
kernel-qcow2-util-linux-a65041b5ae9de5dc52d37a43367d64ab554964c0.tar.xz
kernel-qcow2-util-linux-a65041b5ae9de5dc52d37a43367d64ab554964c0.zip
build-sys: make chown usage more robust
* add --disable-makeinstall-chown to travis non-root mode * use "if MAKEINSTALL_DO_SETUID" for chown root:root 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 ece05d409..7b20e886c 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -42,6 +42,7 @@ function check_nonroot
xconfigure \
--disable-use-tty-group \
+ --disable-makeinstall-chown \
--enable-all-programs \
|| return
$MAKE || return