Skip to content

Commit

Permalink
Change prefix to $HOME/local
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoz committed Oct 6, 2015
1 parent 65455d5 commit e388ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ addons:
- xutils-dev
script:
- ./bootstrap.sh manifest.txt
- tar cJf deps.txz local
deploy:
provider: releases
api_key:
Expand Down
5 changes: 4 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MANIFEST="$1"

WD="$PWD"
BUILD="$WD/build"
PREFIX="$WD/local"
PREFIX="$HOME/local"

export CPPFLAGS="-I$PREFIX/include"
export LD_LIBRARY_PATH="$PREFIX/lib"
Expand Down Expand Up @@ -38,3 +38,6 @@ for LIB in `cat "$MANIFEST"`; do
echo
build "$LIB"
done

cd "$PREFIX/.."
tar cJf "$WD/deps.txz" local

0 comments on commit e388ff0

Please sign in to comment.