libuv: fix pkg-config file
This commit is contained in:
parent
b83ebad5e6
commit
bc2f8e95ad
|
@ -14,7 +14,7 @@ hostmakedepends="automake libtool"
|
|||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
||||
sed "s:%VERSION:${version}:g" $FILESDIR/libuv.pc.in > libuv.pc
|
||||
sed "s:%VERSION%:${version}:g" $FILESDIR/libuv.pc.in > libuv.pc
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue