Skip to content

Commit

Permalink
fixup! libpriv/importer: factor out pathname translator
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Feb 8, 2018
1 parent b64afe5 commit 81621c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libpriv/rpmostree-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ rpmostree_pkg_get_local_path (DnfPackage *pkg)
}
}

/* Convert a "traditional" path (normally from e.g. an RPM) into its final location in
* ostree */
char*
rpmostree_translate_path_for_ostree (const char *path)
{
Expand Down

0 comments on commit 81621c8

Please sign in to comment.