Commit 96d88b5e authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: save eepm version too

parent 8b532c0e
......@@ -67,6 +67,10 @@ $EPM play --list-all --short | while read app ; do
install_app_alt $app </dev/null
done
# save eepm version
version="$(grep "^Version: " $EPM/../eepm.spec | head -n1 | sed -e 's|Version: ||')"
echo "$version" > $TDIR/eepm
commit_git()
{
cd "$1" || return
......
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