mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-26 22:00:29 +00:00
Fix symlinks in unpack_xcode.sh
This commit is contained in:
parent
170324357d
commit
f24f926648
@ -72,6 +72,9 @@ for pkg in $PKGS; do
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
ln -sf root/System/Library/Frameworks root/Library/Frameworks
|
||||
|
||||
ln -sf ../../System/Library/Frameworks root/Library/Frameworks
|
||||
cd root/usr/lib
|
||||
ln -s system/* .
|
||||
|
||||
echo "The package was unpacked into $dir/root"
|
||||
|
Loading…
Reference in New Issue
Block a user