Fix userspace link in .travis.yml.

This commit is contained in:
Chris PeBenito 2015-02-04 11:29:41 -05:00
parent 846d4650a4
commit 7edd44d047

View File

@ -28,7 +28,7 @@ install:
- export CFLAGS="-O2 -pipe -fPIC -Wall"
# Download current SELinux userspace tools and libraries
- wget https://github.com/SELinuxProject/selinux/archive/20150202.zip
- wget https://github.com/SELinuxProject/selinux/archive/20150202.tar.gz
- tar -xzf 20150202.tar.gz
- mv selinux-20150202 selinux-src