libyaml recipe updated for style.
This commit is contained in:
parent
f1e680424a
commit
9fb374c235
@ -1,7 +1,7 @@
|
|||||||
name: libyaml
|
name: libyaml
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
release: 1
|
release: 1
|
||||||
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz
|
sources: https://github.com/yaml/libyaml/archive/%{version}.tar.gz -> %{name}-%{version}.tar.gz
|
||||||
@configure
|
@configure
|
||||||
cd libyaml-%{version} && ./bootstrap && ./%{name} --prefix=/usr
|
cd libyaml-%{version} && ./bootstrap && ./configure --prefix=/usr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user