diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index 1a26841b06f..eebde04f6bf 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -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 }