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()
else
warning "Can't find converted rpm for source binary package '$pkg'"
fi
cd - >/dev/null
cd $EPMCURDIR >/dev/null
rm -rf $tmpbuilddir/$subdir/
rm -rf $spec
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