cdparanoia: fix binary installation path

This commit is contained in:
newbluemoon 2018-01-09 22:49:29 +01:00 committed by Toyam Cox
parent 3cda3ac0ba
commit 2882e0e1b1

View file

@ -1,7 +1,7 @@
# Template file for 'cdparanoia'.
pkgname=cdparanoia
version=10.2
revision=12
revision=13
wrksrc="${pkgname}-III-${version}"
hostmakedepends="libtool automake"
build_style=gnu-configure
@ -37,7 +37,7 @@ pre_configure() {
autoreconf -i
}
do_install() {
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man LIBDIR=${DESTDIR}/usr/lib install
make prefix=${DESTDIR}/usr BINDIR=${DESTDIR}/usr/bin MANDIR=${DESTDIR}/usr/share/man LIBDIR=${DESTDIR}/usr/lib install
}
libcdparanoia_package() {