From 4dd83fb9a0fe6e2e1475c68d5c00ec69cda601a3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 2 Feb 2011 14:29:43 +0000 Subject: [PATCH] Uses the rule of the Makefile when building in rpm. --- bootstrap/coriolis2.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index 85cea662..d4de982b 100644 --- a/bootstrap/coriolis2.spec.in +++ b/bootstrap/coriolis2.spec.in @@ -69,7 +69,7 @@ Development files for the Coriolis 2 package. CORIOLIS_TOP=%{coriolisTop}; export CORIOLIS_TOP # Do build & install in one step, except for documentation. - make DESTDIR=%{buildroot} BUILD_DESTDIR=install.dir %{_smp_mflags} install + make DESTDIR=%{buildroot} BUILD_DESTDIR=install.dir %{_smp_mflags} build %install