Dr. Werner Fink 2018-03-16 18:21:34 +00:00 committed by Git OBS Bridge
parent 50a1447ac2
commit 904a7f1fe0

View File

@ -101,7 +101,7 @@ as well as programming with the interface of the readline library.
%prep
%setup -q -n readline-%{version}%{rextend} -b1
for patch in readline-%{version}-patches/*; do
for patch in ../readline-%{version}-patches/*; do
test -e $patch || break
let level=0 || true
file=$(lsdiff --files=1 $patch)