> Try running > > find /sw/lib -name "*.la" | xargs grep -l > /usr/X11/lib/libXdamage.1.0.0.dylib | xargs dpkg -S | sort | cut -d: -f1 > | uniq | > > oops. This one's right. (and should be done on one line)
find /sw/lib -name "*.la" | xargs grep -l /usr/X11/lib/libXdamage.1.0.0.dylib | xargs dpkg -S | sort | cut -d: -f1 | uniq -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
