Skip to content

Commit

Permalink
fix prune levels (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Aug 28, 2017
1 parent e02b2cc commit 1ac8018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -72,7 +72,7 @@ cd %{dname}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch4 -p2


%build
Expand Down
Expand Up @@ -111,7 +111,7 @@ cd %{dname}
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch5 -p2

%build
cd %{dname}
Expand Down

0 comments on commit 1ac8018

Please sign in to comment.