this repo has no description
1
fork

Configure Feed

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

Provide /usr/share/zoneinfo inside DPREFIX

+3
+3
src/dyld/darling
··· 82 82 ln -sf "../system-root/etc/passwd" "$1/etc/passwd" 83 83 ln -sf "../system-root/etc/group" "$1/etc/group" 84 84 ln -sf "../system-root/etc/hosts" "$1/etc/hosts" 85 + 86 + mkdir -p "$1/usr/share" 87 + ln -sf "../../system-root/usr/share/zoneinfo" "$1/usr/share/zoneinfo" 85 88 86 89 mkdir -p "$1/Volumes" "$1/Applications" "$1/var/root" || true 87 90