From 8dd6f90366eea7de6395a6a94cf2e164064d7804 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 1 May 2004 15:54:39 +0000 Subject: [PATCH] reverting to old rpm build method --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8c28ea61d..0ab3907861 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.338 2004-05-01 14:42:41 geuzaine Exp $ +# $Id: Makefile,v 1.339 2004-05-01 15:54:39 geuzaine Exp $ # # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # @@ -231,7 +231,7 @@ package-mac: package-rpm: tar zcvf /usr/src/redhat/SOURCES/gmsh-${GMSH_VERSION}.tar.gz ${GMSH_SOURCES} - rpmbuild -ba --define 'gmshversion ${GMSH_VERSION}' gmsh.spec + rpmbuild -bb --define 'gmshversion ${GMSH_VERSION}' gmsh.spec cp /usr/src/redhat/RPMS/i386/gmsh-${GMSH_VERSION}-?.i386.rpm . cp /usr/src/redhat/BUILD/gmsh-${GMSH_VERSION}/gmsh-${GMSH_VERSION}-${UNAME}.tgz . -- GitLab