Skip to content

Commit

Permalink
Fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Apr 10, 2013
1 parent 7e0161f commit c0bb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-portage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ mkdir -p "$PWD/prefix/tmp"
wget -O "$BOOTSTRAP" "http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/scripts/bootstrap-prefix.sh?format=txt"
bash "$BOOTSTRAP" "$PWD/prefix/tmp" stage1 && \
bash "$BOOTSTRAP" "$PWD/prefix" stage2 && \
export PATH="$PWD/prefix/usr/bin" && \
export PATH="$PWD/prefix/usr/bin:$PATH" && \
bash "$BOOTSTRAP" "$PWD/prefix" stage3

0 comments on commit c0bb576

Please sign in to comment.