Forgot to sudo.
This commit is contained in:
parent
08a127d30c
commit
a23c6c4875
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ install:
|
|||
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
||||
|
||||
before_script:
|
||||
- echo "/usr/local/lib/" >> /etc/ld.so.conf
|
||||
- ldconfig
|
||||
- sudo echo "/usr/local/lib/" >> /etc/ld.so.conf
|
||||
- sudo ldconfig
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure $CONFIGURE_OPTION
|
||||
|
|
Loading…
Reference in a new issue