Only purge wxrc and broken symlinks.

This commit is contained in:
Joseph Lenox 2020-08-22 19:57:52 -05:00
parent 4a7090f725
commit 41632a0e91

View File

@ -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