Hi Carsten, Am 10.10.2012 um 12:48 schrieb Carsten Grzemba <[email protected]>: > checkpkg reports: > > CHECKPKG_OVERRIDES_CSWlibqtgui4-gxx += > file-with-bad-content|/usr/local|root/opt/csw/gxx/lib/libQtGui.so.4.8.1 > CHECKPKG_OVERRIDES_CSWlibqtgui4-gxx += > file-with-bad-content|/usr/share|root/opt/csw/gxx/lib/libQtGui.so.4.8.1 > > but if I do: > $ find . -name libQtGui.so.4.8.1 | xargs grep -w local > $ find . -name libQtGui.so.4.8.1 | xargs grep -w share > nothing is found. > > How is that possible?
Grep only searches some sections, try fgrep. And use | strings if necessary :-) Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
