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
When using xinstall without resetting the file mode (ie, no -m option), do
directories and files retain their current modes?
Thanks in advance,
Darren
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev