From: Nathan Scott Date: Mon, 5 Feb 2001 21:46:04 +0000 (+0000) Subject: with recent changes to quota configure.in we were installing to the wrong spot. X-Git-Tag: v1.1.0~1317 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=544e2d7e2e18dc08c1efbcdffdba2073762c0477;p=users%2Fhch%2Fxfstests-dev.git with recent changes to quota configure.in we were installing to the wrong spot. --- diff --git a/tools/auto-qa b/tools/auto-qa index 06851e584..646b68441 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -383,10 +383,11 @@ do _log " *** build and install quota tools" cd $WORKAREA/cmd/quota + rm -f configure # use e-fence - but this will only take effect on configure export MALLOCLIB=/usr/lib/libefence.a - ( rm -f configure ; autoconf ; sh configure ; make all ) 2>&1 \ + ( autoconf ; sh configure --prefix=/usr; make all ) 2>&1 \ || _fail " !!! build quota failed" _sudo make install 2>&1 \ || _fail " !!! install quota failed"