Fixed a typo with %{name}
This commit is contained in:
parent
094f7ed60f
commit
f158da30f8
@ -740,7 +740,7 @@ a number of significant features and is now developed independently.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{toplev_dirname}
|
%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
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user