mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
with recent changes to quota configure.in we were installing to the wrong spot.
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user