From: Marc Fiuczynski Date: Wed, 12 Sep 2007 20:28:14 +0000 (+0000) Subject: always use rpmbuild.sh to properly invoke rpmbuild X-Git-Tag: 4.2-rc2~577 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f734e2e915e84805d30a7b9b30512df900241490;p=build.git always use rpmbuild.sh to properly invoke rpmbuild --- diff --git a/Makefile b/Makefile index d8b25277..c66e2d78 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.88 2007/08/22 14:41:32 mef Exp $ +# $Id: Makefile,v 1.89 2007/09/12 20:26:20 mef Exp $ # # Default target @@ -18,7 +18,7 @@ PLDISTRO := planetlab include $(PLDISTRO).mk -RPMBUILD ?= rpmbuild +RPMBUILD ?= bash ./rpmbuild.sh CVS_RSH ?= ssh ifeq ($(findstring $(package),$(ALL)),)