Fix missing parenthesis in build-pkgs-serial:build_dir_srpm()
Story: 2002835 Task: 24519 Change-Id: I0c4a002873477eb8e34b9c7113533567300643b5 Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
parent
12a1595941
commit
673c6f811c
@ -479,7 +479,7 @@ build_dir_srpm () {
|
||||
|
||||
local ORIG_SRPM=$(basename $ORIG_SRPM_PATH)
|
||||
local NAME=$(rpm -q --queryformat '%{NAME}\n' --nosignature -p $ORIG_SRPM_PATH)
|
||||
local PKG_NAME_VER=$(rpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' --nosignature -p $ORIG_SRPM_PATH
|
||||
local PKG_NAME_VER=$(rpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' --nosignature -p $ORIG_SRPM_PATH)
|
||||
local PKG_DIR="$NAME"
|
||||
local TARGET_FOUND=""
|
||||
local RC=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user