with recent changes to quota configure.in we were installing to the wrong spot.

This commit is contained in:
Nathan Scott
2001-02-05 21:46:04 +00:00
parent daa9f5b7c5
commit 544e2d7e2e
+2 -1
View File
@@ -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"