this repo has no description
1
fork

Configure Feed

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

Fix zoneinfo symlink creation

+1
+1
src/dyld/darling
··· 84 84 ln -sf "../system-root/etc/hosts" "$1/etc/hosts" 85 85 86 86 mkdir -p "$1/usr/share" 87 + rm -f "$1/usr/share/zoneinfo" 2>/dev/null || true 87 88 ln -sf "../../system-root/usr/share/zoneinfo" "$1/usr/share/zoneinfo" 88 89 89 90 mkdir -p "$1/Volumes" "$1/Applications" "$1/var/root" || true