1
0
Fork 0
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:
Dave Davenport 2017-04-30 18:37:34 +02:00
parent 7892a83301
commit 8be234121a

View file

@ -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