Update to use newer versions of libacl functions.

This commit is contained in:
fsgqa
2002-03-12 20:55:52 +00:00
parent 51b54421ba
commit 1ea6225e60
2 changed files with 23 additions and 10 deletions
+4 -4
View File
@@ -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