cdparanoia: rebuild to update metadata objs.

This commit is contained in:
Juan RP 2014-11-23 11:27:08 +01:00
parent 648e4e8a28
commit 4a2344b1d3

View file

@ -1,7 +1,7 @@
# Template file for 'cdparanoia'.
pkgname=cdparanoia
version=10.2
revision=7
revision=8
wrksrc="${pkgname}-III-${version}"
hostmakedepends="libtool automake"
build_style=gnu-configure
@ -19,7 +19,6 @@ CFLAGS="-fPIC"
pre_configure() {
autoreconf -i
}
do_install() {
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
}