Skip to content

Commit adca1eb

Browse files
committed
install vips to /usr
so the typelib ends up in a sane place
1 parent fc6a20a commit adca1eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ before_install:
5353
- cd vips-$LIBVIPS
5454
- >
5555
CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
56-
./configure
56+
./configure --prefix=/usr
5757
- make
5858
- sudo make install
5959
- sudo ldconfig
60-
- cd ..

0 commit comments

Comments
 (0)