Skip to content

Commit

Permalink
Only purge wxrc and broken symlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Aug 23, 2020
1 parent 4a7090f commit 41632a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/osx/make_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41632a0

Please sign in to comment.