From f79bf4c3b8995068b4c4f96c213679aa68ff779c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 4 Feb 2015 15:03:40 -0500 Subject: [PATCH] Point travis build to the compiled instance of sepol.a --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8130db2..86ec000 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,6 @@ install: # Now that the libraries are installed, use them to compile the tools - export CFLAGS="$CFLAGS -I$DESTDIR/usr/include" - export LDFLAGS="$LDFLAGS -L$DESTDIR/usr/lib" + - sed -i -e 's:/usr/lib/libsepol.a:$DESTDIR/usr/lib/libsepol.a:' setup.py script: python setup.py test