mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Travis: forgot sudo for make install.
This commit is contained in:
parent
7892a83301
commit
8be234121a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ before_script:
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- TEX="false" ./configure --prefix=/usr/
|
- TEX="false" ./configure --prefix=/usr/
|
||||||
- make
|
- make
|
||||||
- make install
|
- sudo make install
|
||||||
- cd -
|
- cd -
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./configure --enable-gcov --enable-drun
|
- ./configure --enable-gcov --enable-drun
|
||||||
|
|
Loading…
Reference in a new issue