On Fri, 15 May 2009, Uwe Klaus wrote:
during the deinstallation of tetex packages under sun solaris I get several messages like this /usr/bin/find: illegal option -- d /usr/bin/find: [-H | -L] path-list predicate-list mktexlsr: Updating /opt/pkg/share/texmf-dist/ls-R... mktexlsr: Done.Wasn't there a "recommended path" which avoids this situation? Like putting /usr/xpg6/bin before /usr/bin. Not sure.
/var/db/pkg/teTeX-bin-3.0nb33/+DEINSTALL contains /usr/bin/find -d /opt/pkg/share/texmf -type d -empty -exec /usr/bin/rmdir {} \; /usr/bin/find -d /var/lib/texmf -type d -empty -exec /usr/bin/rmdir {} \; ^^^^solaris find (both /usr/bin/find and /usr/xpg4/bin/find) doesn't the first -d switch.
Regards, Uwe