Commit af19fa32 authored by Vitaly Lipatov's avatar Vitaly Lipatov

set package related variables after pack_srpm, add full filepath to LISTBUILT

parent fe8e76c2
......@@ -137,7 +137,8 @@ do
#NAMESRPMIN=$(basename $i)
if [ -f "$i" ] ; then
LISTBUILT="$LISTBUILT $i"
LISTBUILT="$LISTBUILT $(realpath $i)"
build_rpms_name_by_srpm "$i" $ARGS
else
fatal "pack_src_rpm: Can't find '$i'"
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