From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 23 Sep 2013 11:06:34 +0000 (+0200)
Subject: reorder
X-Git-Tag: 5.3.1~36
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2d1a3f1f15d17f1754c0043675a222dd6665846c;p=build.git

reorder
---

diff --git a/Makefile b/Makefile
index 12d4a007..d453f80e 100644
--- a/Makefile
+++ b/Makefile
@@ -528,10 +528,10 @@ srpms: $(ALLSRPMS)
 #################### manage build requirements
 # default values
 RPMYUM-INSTALL-LOCAL := rpm --force -Uvh
+RPMYUM-INSTALL-STOCK := yum -y install
 # uninstall -- cannot force rpm -e
 # need to ignore result, kernel-headers cannot be uninstalled as glibc depends on it
 RPMYUM-UNINSTALL-STOCK := rpm -e
-RPMYUM-INSTALL-STOCK := yum -y install
 
 ### these macro handles the LOCAL-DEVEL-RPMS and LOCAL-DEVEL-RPMS-CRUCIAL tags for a given package
 # before building : rpm-install LOCAL-DEVEL-RPMS