]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: improve libncursesw5 install for travis
authorKarel Zak <kzak@redhat.com>
Fri, 21 Oct 2016 16:48:10 +0000 (18:48 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Oct 2016 16:48:10 +0000 (18:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
.travis-functions.sh

index 1fff9c934274cbcbbe350cb446cafb04e3fcf438..ca73a9f7c293bb598e2323de7582e7cab9384a92 100755 (executable)
@@ -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
 }