From 5d4041ca3b6b0810297a47b5057525980bb0c7f0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 2 Feb 2011 14:49:56 +0000 Subject: [PATCH] Bad install.dir in spec file. --- bootstrap/coriolis2.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index d4de982b..6ca96525 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} build + make DESTDIR=%{buildroot} BUILD_DESTDIR=%{_builddir}/%{buildsubdir}/install.dir %{_smp_mflags} build %install @@ -78,7 +78,7 @@ Development files for the Coriolis 2 package. CORIOLIS_TOP=%{coriolisTop}; export CORIOLIS_TOP # Install & build documentation, in -j1. - make DESTDIR=%{buildroot} BUILD_DESTDIR=install.dir -j1 install + make DESTDIR=%{buildroot} BUILD_DESTDIR=%{_builddir}/%{buildsubdir}/install.dir -j1 install %__rm -rf %{buildroot}%{coriolisTop}/share/doc/coriolis2