Skip to content

Instantly share code, notes, and snippets.

@ashmckenzie
Created April 30, 2012 08:20
Show Gist options
  • Save ashmckenzie/2556520 to your computer and use it in GitHub Desktop.
Save ashmckenzie/2556520 to your computer and use it in GitHub Desktop.
Witch dangling symlink
[ash@ash-macbook-air]-[18:16:46]-[0]-[1.9.3-falcon]-[/Volumes/Witch]
$ cp -r 'Witch.prefPane' /Users/ash/Library/PreferencePanes
cp: Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Resources/fr_CA.lproj: No such file or directory
cp: Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj: No such file or directory
cp: Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Resources/fr_CA.lproj: No such file or directory
[ash@ash-macbook-air]-[18:17:09]-[0]-[1.9.3-falcon]-[/Volumes/Witch]
$ ls -la Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Resources/fr_CA.lproj
lrwxr-xr-x 1 ash staff 110 Apr 8 08:31 Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Resources/fr_CA.lproj -> /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj
[ash@ash-macbook-air]-[18:17:17]-[0]-[1.9.3-falcon]-[/Volumes/Witch]
$ ls -la Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj
lrwxr-xr-x 1 ash staff 110 Apr 8 08:31 Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/fr_CA.lproj -> /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj
[ash@ash-macbook-air]-[18:17:21]-[0]-[1.9.3-falcon]-[/Volumes/Witch]
$ ls -la Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Resources/fr_CA.lproj
lrwxr-xr-x 1 ash staff 110 Apr 8 08:31 Witch.prefPane/Contents/Resources/witchdaemon.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Resources/fr_CA.lproj -> /Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment