Commit a7fbc3fe authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack-rpm: return to the current dir after repack

parent 8f09a405
...@@ -198,7 +198,7 @@ __epm_repack_to_rpm() ...@@ -198,7 +198,7 @@ __epm_repack_to_rpm()
else else
warning "Can't find converted rpm for source binary package '$pkg'" warning "Can't find converted rpm for source binary package '$pkg'"
fi fi
cd - >/dev/null cd $EPMCURDIR >/dev/null
rm -rf $tmpbuilddir/$subdir/ rm -rf $tmpbuilddir/$subdir/
rm -rf $spec rm -rf $spec
done done
......
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