From: Brian J. Murrell Date: Sat, 26 Jun 2010 02:57:23 +0000 (-0400) Subject: b=23185 use resolve_arch() in the test too X-Git-Tag: v1_8_3_57~13 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=46a942931ab057abcb68802d285c77731c2a476d;p=fs%2Flustre-release.git b=23185 use resolve_arch() in the test too Missed a usage need for resolve_arch() in the test for the file we extracted, using resolve_arch(). --- diff --git a/build/lbuild-sles10 b/build/lbuild-sles10 index 107af00..d278e06 100644 --- a/build/lbuild-sles10 +++ b/build/lbuild-sles10 @@ -59,7 +59,7 @@ unpack_linux_devel_rpm-sles10() { # now just sanity check that everything needed to build properly versioned # modules is in place - if [ ! -f usr/src/linux-${lnxmaj}${lnxmin}-${lnxrel}-obj/$TARGET_ARCH/$RPMSMPTYPE/Module.symvers ]; then + if [ ! -f usr/src/linux-${lnxmaj}${lnxmin}-${lnxrel}-obj/$(resolve_arch $TARGET_ARCH)/$RPMSMPTYPE/Module.symvers ]; then fatal 1 "cannot build kernel modules: the Kernel's Module.symvers is missing." fi if [ ! -f boot/symsets-${lnxmaj}${lnxmin}-${lnxrel}-$RPMSMPTYPE.tar.gz ]; then