Update from upstream #11
@ -1029,7 +1029,7 @@ class Gather(GatherBase):
|
|||||||
|
|
||||||
# Link downloaded package in (or link package from file repo)
|
# Link downloaded package in (or link package from file repo)
|
||||||
try:
|
try:
|
||||||
linker.hardlink(pkg.localPkg(), target)
|
linker.link(pkg.localPkg(), target)
|
||||||
except Exception:
|
except Exception:
|
||||||
self.logger.error("Unable to link %s from the yum cache." % pkg.name)
|
self.logger.error("Unable to link %s from the yum cache." % pkg.name)
|
||||||
raise
|
raise
|
||||||
|
Loading…
Reference in New Issue
Block a user