aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Viet Hoa Dinh <dinh.viet.hoa@gmail.com>2017-03-13 14:28:27 -0700
committerGravatar Viet Hoa Dinh <dinh.viet.hoa@gmail.com>2017-03-13 14:28:33 -0700
commit8ead0afefcde1f81d7a55e1b4c3224582188471c (patch)
treec4a7a6109517578baef55f123db34deedc485a8c
parentf99161ad31e8897c9d367213d97cb0e7a3039b08 (diff)
Different URL for util-linux
-rwxr-xr-xscripts/travis/before-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index 9d8b0a88..601cc031 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -22,7 +22,7 @@ elif test x"`uname`" = xLinux ; then
make >/dev/null
sudo make install >/dev/null
cd ..
- curl -O http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
+ curl -O https://www.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
tar xf util-linux-2.27.1.tar.xz
cd util-linux-2.27.1
./configure