X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=blobdiff_plain;f=src%2Fmain.bash;fp=src%2Fmain.bash;h=73dc7cb3aeee6a61c157b4ac136324194192971c;hp=f5659701c632389c9844480d97ed8d48d1ff4ba3;hb=76881c35722580dbae0e03fd4fb0558e6401a4b8;hpb=c9f3b2f5a916e75b60a1c8eb5ff814a0c168b48e diff --git a/src/main.bash b/src/main.bash index f565970..73dc7cb 100644 --- a/src/main.bash +++ b/src/main.bash @@ -15,7 +15,7 @@ function configure () { if [[ ! -f "_build/Makefile" ]]; then run mkdir -p _build run pushd _build - run ../configure "${configArgs[@]}" + run ../configure --prefix="$prefix" "${configArgs[@]}" run popd fi }