]>
git.saurik.com Git - apple/libdispatch.git/blob - install_Libsystem_pieces
7 mDNSResponderSystemLibraries \
32 train
=$(~rc/bin/getTrainForBuild --quiet "$build")
34 echo ~rc
/Software
/$train/Updates
/$update/$dir/$project
37 if [ $# -eq 1 ]; then build
="$1" ; else build
=$(sw_vers -buildVersion) ; fi
39 DSTROOT
=/usr
/local
/lib
/system
40 if [ -n "$ALTUSRLOCALLIBSYSTEM" ]; then
41 DSTROOT
="$ALTUSRLOCALLIBSYSTEM"
44 echo Copying
in Libsystem dependencies
for $build ...
45 for project
in $dependencies ; do
47 ditto
$(rcpath Roots "$build" "$project")/usr
/local
/lib
/system
"$DSTROOT"