Commit 01e5299d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack-rpm: try use hard link during copying

parent e54fbbef
......@@ -177,7 +177,7 @@ __epm_repack_to_rpm()
alpkg=$(basename $pkg)
# don't use abs package path: copy package to temp dir and use there
cp $verbose $pkg $tmpbuilddir/../$alpkg
cp -l $verbose $pkg $tmpbuilddir/../$alpkg || cp $verbose $pkg $tmpbuilddir/../$alpkg || fatal
cd $tmpbuilddir/../ || fatal
# fill alpkg and SUBGENERIC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment