Skip to content

Commit af7a474

Browse files
more fixes
1 parent 3364b67 commit af7a474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ before_script:
8080

8181
script:
8282
- tar xzf download-cache/drizzle7-2011.07.21.tar.gz && cd drizzle7-2011.07.21
83-
- ./configure --prefix=/usr --without-server > build.log 2>&1 || (cat build.log && exit 1)
83+
- ./configure --prefix=$LIBDRIZZLE_PREFIX --without-server > build.log 2>&1 || (cat build.log && exit 1)
8484
- sudo PATH=$PATH make libdrizzle-1.0 install-libdrizzle-1.0 > build.log 2>&1 || (cat build.log && exit 1)
8585
- cd ..
8686
- cd luajit2

0 commit comments

Comments
 (0)