We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d6191 commit 2c43ff5Copy full SHA for 2c43ff5
.travis.yml
@@ -27,7 +27,8 @@ script:
27
- test -z "$commit" || git checkout $commit
28
- git log -1
29
- autoreconf -f -i
30
- - ./configure --prefix=/usr
+ - case "$TRAVIS_OS_NAME" in osx) prefix=/usr/local;; linux) prefix=/usr;; esac
31
+ - ./configure --prefix=$prefix
32
- make -j4
33
# remove system file package first
34
# see https://github.com/file/file-tests/issues/3
0 commit comments