x264: fix sed expression, revbump++

This commit is contained in:
Juan RP 2013-10-08 09:45:08 +02:00
parent ce2c08a931
commit 7742f17fa2

View file

@ -32,7 +32,7 @@ do_install() {
make DESTDIR=${DESTDIR} \
bindir=/usr/bin libdir=/usr/lib includedir=/usr/include install
# Set version as x.x.0 in pkg-config file.
sed -i -e "s|.x|.0|" ${DESTDIR}/usr/lib/pkgconfig/x264.pc
sed -i -e "s|0.136.x|0.136.0|" ${DESTDIR}/usr/lib/pkgconfig/x264.pc
}
x264-devel_package() {