Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libzypp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
libzypp
Commits
bd03b2e5
Commit
bd03b2e5
authored
Oct 21, 2015
by
pycage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[deltarpm] Ensure that the destination path for applying the delta rpm exists. Fixes JB#31668
parent
202ab281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
PackageProvider.cc
libzypp/zypp/repo/PackageProvider.cc
+2
-0
No files found.
libzypp/zypp/repo/PackageProvider.cc
View file @
bd03b2e5
...
...
@@ -418,6 +418,8 @@ namespace zypp
// build the package and put it into the cache
Pathname
destination
(
_package
->
repoInfo
().
packagesPath
()
/
_package
->
location
().
filename
()
);
// ensure that the destination directory exists
filesystem
::
assert_dir
(
destination
.
dirname
()
);
if
(
!
applydeltarpm
::
provide
(
delta
,
destination
,
bind
(
&
RpmPackageProvider
::
progressDeltaApply
,
this
,
_1
)
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment