mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Update to use newer versions of libacl functions.
This commit is contained in:
+4
-4
@@ -333,7 +333,7 @@ do
|
||||
|
||||
*clean)
|
||||
# we need to configure or else we might fail to clean
|
||||
for pkg in attr xfsprogs dmapi xfsdump xfstests
|
||||
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
|
||||
do
|
||||
cd $WORKAREA/cmd/$pkg
|
||||
_log " *** clean $pkg tools"
|
||||
@@ -386,7 +386,7 @@ do
|
||||
|| _fail " !!! build modules failed"
|
||||
|
||||
_log " *** build and install tools"
|
||||
for pkg in attr xfsprogs dmapi xfsdump xfstests
|
||||
for pkg in attr acl xfsprogs dmapi xfsdump xfstests
|
||||
do
|
||||
cd $WORKAREA/cmd/$pkg
|
||||
|
||||
@@ -400,8 +400,8 @@ do
|
||||
_sudo make install install-dev 2>&1 \
|
||||
|| _fail " !!! install $pkg failed"
|
||||
|
||||
# attr now has an install-lib target as well
|
||||
[ $pkg == "attr" ] || continue
|
||||
# attr and acl now have install-lib targets as well
|
||||
[ $pkg == "attr" -o $pkg == "acl" ] || continue
|
||||
_sudo make install-lib 2>&1 \
|
||||
|| _fail " !!! install $pkg failed"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user