csound: fix conflict with libextractor
This commit is contained in:
parent
9c3d359b20
commit
17bbfd58e6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'csound'
|
# Template file for 'csound'
|
||||||
pkgname=csound
|
pkgname=csound
|
||||||
version=6.09.1
|
version=6.09.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java
|
-DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java
|
||||||
|
@ -31,4 +31,6 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r $DESTDIR/tmp
|
rm -r $DESTDIR/tmp
|
||||||
vinstall ${FILESDIR}/csound.sh 755 etc/profile.d
|
vinstall ${FILESDIR}/csound.sh 755 etc/profile.d
|
||||||
|
# Avoid conflict with libextractor
|
||||||
|
mv ${DESTDIR}/usr/bin/extract ${DESTDIR}/usr/bin/csextract
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue