X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Flmake;h=9020cc1dba6b4285791adbe792a573b6e844df1a;hb=9b73c02192b3e16c322402e8c080e660ba2c457c;hp=fd99ce89d17adf8afa6fe81fbfc0503b2bddd052;hpb=3c5d41529dc60fcec7aba24465a4492b56dcfecb;p=fs%2Flustre-release.git diff --git a/build/lmake b/build/lmake index fd99ce8..9020cc1 100755 --- a/build/lmake +++ b/build/lmake @@ -512,9 +512,9 @@ build_lustre() -e s^@LINUXRELEASE@^${FULL_VERSION}^g \ -e s^@RELEASE@^${FULL_VERSION//-/_}^g \ -e s^@ac_configure_args@^"--with-linux=${PWD}/linux ${CONFIGURE_FLAGS}"^g \ - < build/lustre.spec.in \ - > build/lustre.spec - $RPMBUILD --target ${TARGET_ARCH} -bb build/lustre.spec \ + < lustre.spec.in \ + > lustre.spec + $RPMBUILD --target ${TARGET_ARCH} -bb lustre.spec \ --define "_tmppath $TMPDIR" \ --define "_topdir $(lbuild_topdir)" || \ fatal 1 "Error building Lustre rpms."