Are these equivalent?

A.
eval xinstall -m 755 [glob {!${build.dir}/bin/*.dylib}] ${destroot}/$ {vtkExamplePath}/bin

B.
cd ${build.dir}
for f in `find bin \! -name '*.dylib'`; do
  cp $f ${destroot}/${vtkExamplePath}/bin"
done

The only difference I see is the mode setting.
Feel free to get a second opinion from the seasoned veterans :-)

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to