From a0adda61178d7726c84d7408ff759c0a2af86daf Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Thu, 22 Aug 2002 14:30:10 +0000 Subject: [PATCH] Fixed doc building with the SVR4 bourne shell. --- integrit/integrit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integrit/integrit.spec b/integrit/integrit.spec index e23dc7fff1..fb0a65eb0a 100644 --- a/integrit/integrit.spec +++ b/integrit/integrit.spec @@ -37,10 +37,11 @@ Distribution: OpenPKG [EVAL] Group: System License: GPL Version: %{V_major}.%{V_minor} -Release: 20020720 +Release: 20020822 # list of sources Source0: http://unc.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz +Patch0: integrit.patch # build information Prefix: %{l_prefix} @@ -71,6 +72,7 @@ AutoReqProv: no %prep %setup -q -n integrit-%{V_major} + %patch0 -p1 %build CC="%{l_cc}" \