Browse Source

Fixed doc building with the SVR4 bourne shell.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
a0adda6117
  1. 4
      integrit/integrit.spec

4
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}" \

Loading…
Cancel
Save