From 388443f2b6247079dbc36f2f6f4290b008102a5c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 25 Feb 2002 22:58:23 +0000 Subject: [PATCH] Merge of xfs-cmds-2.4.18:slinx:112403a by nathans. attr now has an install-lib target as well, ensure it is used. --- tools/auto-qa | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/auto-qa b/tools/auto-qa index 5fbb677b..f7bbf6aa 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -399,6 +399,11 @@ do _sudo make install install-dev 2>&1 \ || _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 new_state="install" -- 2.39.5