Fixed a typo with %{name}

This commit is contained in:
Denis Arnaud 2019-01-19 22:08:09 +00:00
parent 094f7ed60f
commit f158da30f8
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ a number of significant features and is now developed independently.
%prep
%setup -q -n %{toplev_dirname}
find ./%{name} -name '*.hpp' -perm /111 | xargs chmod a-x
find ./boost -name '*.hpp' -perm /111 | xargs chmod a-x
%patch4 -p1
%patch5 -p1