Fix patch application

This commit is contained in:
Mikolaj Izdebski 2021-10-14 09:48:09 +02:00
parent 7983762459
commit a8da544035

View File

@ -82,7 +82,7 @@ Demonstrations and samples for %{name}.
%setup -q -n %{name}
%patch0 -p0
%patch1 -p0
%patch100 -p0
%patch100 -p1
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;