mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 22:56:00 +08:00
Only purge wxrc and broken symlinks.
This commit is contained in:
parent
4a7090f725
commit
41632a0e91
@ -186,8 +186,8 @@ find -d $macosfolder/local-lib -type d -empty -delete
|
||||
# remove wxrc
|
||||
rm -rf $macosfolder/local-lib/lib/perl5/darwin-thread-multi-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni/bin/wxrc*
|
||||
|
||||
# Apparently the symlinks aren't necessary, remove because they are causing the system to choke
|
||||
find $macosfolder/local-lib/lib/perl5/darwin-thread-multi-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni -type l -exec rm {} \; -print
|
||||
# Remove all broken symlinks
|
||||
find -L $macosfolder/local-lib/lib/perl5/darwin-thread-multi-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni -type l -exec rm {} \;
|
||||
|
||||
make_plist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user