mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Merge of xfs-cmds-2.4.18:slinx:112403a by nathans.
attr now has an install-lib target as well, ensure it is used.
This commit is contained in:
@@ -399,6 +399,11 @@ do
|
|||||||
|
|
||||||
_sudo make install install-dev 2>&1 \
|
_sudo make install install-dev 2>&1 \
|
||||||
|| _fail " !!! install $pkg failed"
|
|| _fail " !!! install $pkg failed"
|
||||||
|
|
||||||
|
# attr now has an install-lib target as well
|
||||||
|
[ $pkg == "attr" ] || continue
|
||||||
|
_sudo make install-lib 2>&1 \
|
||||||
|
|| _fail " !!! install $pkg failed"
|
||||||
done
|
done
|
||||||
|
|
||||||
new_state="install"
|
new_state="install"
|
||||||
|
|||||||
Reference in New Issue
Block a user