summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2016-10-21 18:48:10 +0200
committerKarel Zak2016-10-21 18:48:10 +0200
commit91891979f77e62eef4ed32ac14f10b78a214b093 (patch)
tree6e417be4b20fbb2215302d72a5aa3123e0949283 /.travis-functions.sh
parentgetopt: be sure that options array is terminated (diff)
downloadkernel-qcow2-util-linux-91891979f77e62eef4ed32ac14f10b78a214b093.tar.gz
kernel-qcow2-util-linux-91891979f77e62eef4ed32ac14f10b78a214b093.tar.xz
kernel-qcow2-util-linux-91891979f77e62eef4ed32ac14f10b78a214b093.zip
build-sys: improve libncursesw5 install for travis
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 1fff9c934..ca73a9f7c 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -82,6 +82,7 @@ function travis_install_script
btrfs-tools \
dnsutils \
libcap-ng-dev \
+ libncursesw5-dev \
libpam-dev \
libudev-dev \
gtk-doc-tools \
@@ -94,7 +95,6 @@ function travis_install_script
sudo apt-get install -qq >/dev/null \
libsystemd-daemon-dev \
libsystemd-journal-dev \
- libncursesw5-dev \
|| true
}