Skip to content
Commit 1080d093 authored by Allison Karlitskaya's avatar Allison Karlitskaya
Browse files

fileutils: add safe mkdir_with_parents() helper

Add a GLib-style mkdir_with_parents() helper that doesn't throw
exceptions in the case that the directory already existed.

Replace some racy code in packagedb with a call to it.

https://bugzilla.gnome.org/show_bug.cgi?id=743127
parent a440e541
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment