csound: fix conflict with libextractor

This commit is contained in:
Alessio Sergi 2017-07-19 11:36:09 +02:00
parent 9c3d359b20
commit 17bbfd58e6
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'csound'
pkgname=csound
version=6.09.1
revision=1
revision=2
build_style=cmake
configure_args="
-DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java
@ -31,4 +31,6 @@ pre_configure() {
post_install() {
rm -r $DESTDIR/tmp
vinstall ${FILESDIR}/csound.sh 755 etc/profile.d
# Avoid conflict with libextractor
mv ${DESTDIR}/usr/bin/extract ${DESTDIR}/usr/bin/csextract
}