parent
29dbeee72f
commit
b62b9850c2
@ -67,7 +67,7 @@ rpm_ostree_SOURCES = src/app/main.cxx \
|
||||
if BUILDOPT_ROJIG
|
||||
rpm_ostree_SOURCES += \
|
||||
src/app/rpmostree-ex-builtin-commit2rojig.cxx \
|
||||
src/app/rpmostree-ex-builtin-rojig2commit.c \
|
||||
src/app/rpmostree-ex-builtin-rojig2commit.cxx \
|
||||
src/app/rpmostree-compose-builtin-rojig.c \
|
||||
$(NULL)
|
||||
endif
|
||||
|
@ -97,7 +97,7 @@ rpm_ostree_rojig2commit_context_new (RpmOstreeRojig2CommitContext **out_context,
|
||||
if (opt_rpmmd_reposdir)
|
||||
dnf_context_set_repo_dir (dnfctx, opt_rpmmd_reposdir);
|
||||
|
||||
*out_context = g_steal_pointer (&self);
|
||||
*out_context = util::move_nullify (self);
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user