| 147 | | grep -q '^$(LIBDIR)$$' /etc/ld.so.conf || \ |
| 148 | | grep -q '^$(LIBDIR)[[:space:]:,=]' /etc/ld.so.conf || \ |
| 149 | | grep -q '[[:space:]:,]$(LIBDIR)$$' /etc/ld.so.conf || \ |
| 150 | | grep -q '[[:space:]:,]$(LIBDIR)[[:space:]:,=]' /etc/ld.so.conf || \ |
| | 147 | cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '^$(LIBDIR)$$' || \ |
| | 148 | cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '^$(LIBDIR)[[:space:]:,=]' || \ |
| | 149 | cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '[[:space:]:,]$(LIBDIR)$$' || \ |
| | 150 | cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '[[:space:]:,]$(LIBDIR)[[:space:]:,=]' || \ |