Skip to content

Commit

Permalink
fate: allow overriding default build and install dirs
Browse files Browse the repository at this point in the history
This is useful e.g. for building in a different filesystem than
where the source is kept.

Signed-off-by: Mans Rullgard <mans@mansr.com>
  • Loading branch information
mansr committed May 20, 2011
1 parent 50fefa1 commit eb8da63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ lock ${workdir} || die "${workdir} locked"
cd ${workdir} || die "cd ${workdir} failed"

src=${workdir}/src
build=${workdir}/build
inst=${workdir}/install
: ${build:=${workdir}/build}
: ${inst:=${workdir}/install}

test -d "$src" && update || checkout || die "Error fetching source"

Expand Down

0 comments on commit eb8da63

Please sign in to comment.