Commit 8e4e0e6d authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpm: NAMESRPMIN have to be without dirname part

parent 9fd3f9c7
...@@ -154,7 +154,7 @@ do ...@@ -154,7 +154,7 @@ do
if [ -z ${i/*rpm/} ] ; then if [ -z ${i/*rpm/} ] ; then
# if rpm not spec, guess it is src.rpm # if rpm not spec, guess it is src.rpm
NAMESRPMIN=$i NAMESRPMIN=$(basename $i)
else else
# #
# BASENAME, RELEASE, VERSION, NAMESRPMIN, NAMERPMIN # BASENAME, RELEASE, VERSION, NAMESRPMIN, NAMERPMIN
......
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