mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
cdparanoia: fix binary installation path
This commit is contained in:
parent
3cda3ac0ba
commit
2882e0e1b1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cdparanoia'.
|
# Template file for 'cdparanoia'.
|
||||||
pkgname=cdparanoia
|
pkgname=cdparanoia
|
||||||
version=10.2
|
version=10.2
|
||||||
revision=12
|
revision=13
|
||||||
wrksrc="${pkgname}-III-${version}"
|
wrksrc="${pkgname}-III-${version}"
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -37,7 +37,7 @@ pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
}
|
}
|
||||||
do_install() {
|
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() {
|
libcdparanoia_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue