View Single Post
Old 02-14-2009, 02:17 PM   #29 (permalink)
Lincoln
Super Moderator
 
Lincoln's Avatar
 
Join Date: Aug 2007
Posts: 6,425
Thanks: 69
Thanked 260 Times in 200 Posts
Default

Originally Posted by drumthrasher109 View Post
Hey Lincoln, how did you get rid of the .DS_Store files? I'm having the same problems with most of my packages...

Is there a .deb viewer for OS X?
Type this command in Terminal before packaging the "MyProgram" folder:

find /Users/YourUsername/Desktop/MyProgram -type f -name .DS_Store -print0 | xargs -0 rm
Lincoln is offline   Reply With Quote