mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 18:45:57 +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
|
# remove wxrc
|
||||||
rm -rf $macosfolder/local-lib/lib/perl5/darwin-thread-multi-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni/bin/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
|
# Remove all broken symlinks
|
||||||
find $macosfolder/local-lib/lib/perl5/darwin-thread-multi-2level/Alien/wxWidgets/osx_cocoa_3_0_2_uni -type l -exec rm {} \; -print
|
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
|
make_plist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user