http://bugs.winehq.org/show_bug.cgi?id=24324 Spammer <spammis(a)spam.la> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spammis(a)spam.la --- Comment #13 from Spammer <spammis(a)spam.la> 2011-06-03 16:25:32 CDT --- (In reply to comment #12)
(In reply to comment #11)
You are breaking it, the correct way to remove it is rm -rf .wine, not rm -rf .wine/*.
I can't do that when a file system is mounted at .wine:
rm -rf ~/.wine rm: cannot remove directory `/home/me/.wine': Device or resource busy
My Wine prefixes have a file called ~/.wine/.update-timestamp. If you use "rm -rf ~/.wine/*", the .update-timestamp file won't be deleted because it begins with a dot. Is the file .update-timestamp causing a problem here? I'm not sure what the file does. Would "rm -rf ~/.wine/* ~/.wine/.update-timestamp" have the same result? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.