this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Previous changes in prefix creation caused /Applications and /Volumes no longer to be created

+2
+2
src/dyld/darling
··· 58 58 ln -sf "../system-root/etc/passwd" "$1/etc/passwd" 59 59 ln -sf "../system-root/etc/group" "$1/etc/group" 60 60 61 + mkdir -p "$1/Volumes" "$1/Applications" || true 62 + 61 63 # Clean up old cruft (symlinks) 62 64 rm -f "$1/bin" "$1/usr/bin" "$1/etc" "$1/System/Library/Frameworks" 2>/dev/null || true 63 65 cp -rf "${DARLING_PREFIX}/libexec/darling/"* "$1"