diff --git a/community/csound/PKGBUILD b/community/csound/PKGBUILD index db942b9b9..b4a167d7e 100644 --- a/community/csound/PKGBUILD +++ b/community/csound/PKGBUILD @@ -12,7 +12,7 @@ buildarch=22 pkgbase=csound pkgname=('csound' 'csound-doc') pkgver=6.10.0 -pkgrel=7 +pkgrel=8 pkgdesc="A programming language for sound rendering and signal processing." arch=('x86_64') url="http://csound.com" @@ -67,10 +67,10 @@ package_csound() { package_csound-doc() { license=('LGPL' 'GPL') install -vDm644 Csound${pkgver}_manual.pdf \ - "${pkgdir}/usr/share/doc/${pkgbase}/${pkgbase}-manual.pdf" + "${pkgdir}/usr/share/doc/${pkgname[1]}/${pkgbase}-manual.pdf" - install -dv "${pkgdir}/usr/share/doc/${pkgbase}/html" - cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgbase}/html" + install -dv "${pkgdir}/usr/share/doc/${pkgname[1]}/html" + cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname[1]}/html" # fix file permissions find "${pkgdir}" -type f -exec chmod -c 644 {} \; }