Commit 235c43bb authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix version checking

parent d621ed67
......@@ -37,7 +37,7 @@ get_etersoft_srpm_path()
if [ -n "$ALPHA" ] ; then
BSOURCE=$(dirname $SOURCE)
BNSOURCE=$(basename $BSOURCE)
if [ "$BSOURCE" = "last" ] || [ "$BSOURCE" = "unstable" ] ; then
if [ "$BNSOURCE" = "last" ] || [ "$BNSOURCE" = "unstable" ] ; then
SOURCE=$(dirname $SOURCE)/$ALPHA/sources
fi
fi
......
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