Commit 84626097 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix comment about different specs

parent 87652918
......@@ -95,7 +95,7 @@ build_rpms_name()
local BNS NSS
BNS="$BASENAME".spec
NSS=`basename $NAMESPEC`
test "$NSS" != "$BNS" && warning "BASENAME is not the same as NAMESPEC: $BNS against $SS"
test "$NSS" != "$BNS" && warning "Spec name ($NSS) is not equal to Name of package ($BNS)"
build_buildroot
}
......
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