From 52294d8c3ff742d69caa505c0f715948ad00b799b37426fa719f6140b23fedd6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 10 Apr 2012 12:27:28 +0000 Subject: [PATCH] fix OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=22 --- make.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.spec b/make.spec index 190352b..0b0e324 100644 --- a/make.spec +++ b/make.spec @@ -39,13 +39,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build The GNU make command with extensive documentation. %prep -%setup +%setup -q %patch2 %patch3 -p1 %patch4 %patch5 %patch6 -p1 -%patch7 -p1 +%patch7 -p0 if [ %_lib == lib64 ]; then %patch64 fi