libuv: fix pkg-config file

This commit is contained in:
Enno Boland 2014-11-21 09:46:14 +01:00
parent b83ebad5e6
commit bc2f8e95ad

View file

@ -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() {