GNOME Bugzilla – Bug 486216
sabayon-apply is blowing up with missing directories
Last modified: 2007-12-19 18:12:52 UTC
Originally filed here: https://bugzilla.redhat.com/show_bug.cgi?id=329471 sabayon-apply should be creating the directories if they do not exist. I am removing a bunch of apps that start by default in a session. yum-updates, setroubleshoot, nm-applet. But when sabayon apply tries to apply the changes it throws an exception The homedirectory is clean and created at login. So very little exists when sabayon-apply runs.
Created attachment 97152 [details] [review] patch by Dan Walsh
Committed to trunk; thanks for the patch! 2007-12-19 Federico Mena Quintero <federico@novell.com> * lib/storage.py (copy_tree): Create all the directories in the path (mkdir -p). Fixes http://bugzilla.gnome.org/show_bug.cgi?id=486216 - patch by Dan Walsh.