From 17bbfd58e68567d048839dd7e8ad823677193acf Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 19 Jul 2017 11:36:09 +0200 Subject: [PATCH] csound: fix conflict with libextractor --- srcpkgs/csound/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }