Merge of xfs-cmds-2.4.18:slinx:112403a by nathans.
[xfstests-dev.git] / tools / auto-qa
index 5fbb677b4394afc99c79c2b538843d60fabdcdd0..f7bbf6aa0ea928617daf9df634c00ab72e1a2904 100755 (executable)
@@ -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"