Browse Source

"fix patch application under RPM 5"

master
parent
commit
726ae92980
  1. 5
      dash/dash.spec

5
dash/dash.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Shell
License: BSD
Version: %{V_base}.%{V_revision}
Release: 20090423
Release: 20100227
# package options
%option with_libedit no
@ -67,7 +67,8 @@ PreReq: libedit
%prep
%setup -q -n dash-%{V_base}
%patch -p0 -P 0 1
%patch -p0 -P 0
%patch -p0 -P 1
%build
export CC="%{l_cc}"

Loading…
Cancel
Save