Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarmtemp committed Jun 19, 2024
1 parent feddb21 commit c067839
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libostree/ostree-sysroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -2243,9 +2243,6 @@ ostree_sysroot_deployment_unlock (OstreeSysroot *self, OstreeDeployment *deploym
deployment, _OSTREE_SYSROOT_DEPLOYMENT_RUNSTATE_FLAG_DEVELOPMENT)
: _ostree_sysroot_get_runstate_path (
deployment, _OSTREE_SYSROOT_DEPLOYMENT_RUNSTATE_FLAG_TRANSIENT);
<<<<<<< HEAD
g_autofree char *devpath_parent = g_path_get_dirname (devpath);
=======

g_autofree char *devpath_parent = "";
if (devpath[strlen (devpath) - 1] == G_DIR_SEPARATOR)
Expand All @@ -2256,7 +2253,6 @@ ostree_sysroot_deployment_unlock (OstreeSysroot *self, OstreeDeployment *deploym
}
else
devpath_parent = g_path_get_dirname (devpath);
>>>>>>> 550be593 (wip)

if (!glnx_shutil_mkdir_p_at (AT_FDCWD, devpath_parent, 0755, cancellable, error))
return FALSE;
Expand Down

0 comments on commit c067839

Please sign in to comment.