mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/csound: fix
This commit is contained in:
parent
88f75067b0
commit
d827e76014
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ package_csound() {
|
|||
# https://github.com/csound/csound/issues/985
|
||||
mv -v "$pkgdir/usr/bin/extract" "$pkgdir/usr/bin/$pkgname-extract"
|
||||
# moving csnd6.jar to /usr/share/java
|
||||
install -vdm 755 "$pkgdir/usr/share/java/"
|
||||
mv -v "$pkgdir/usr/lib/"*.jar "$pkgdir/usr/share/java/"
|
||||
#install -vdm 755 "$pkgdir/usr/share/java/"
|
||||
#mv -v "$pkgdir/usr/lib/"*.jar "$pkgdir/usr/share/java/"
|
||||
}
|
||||
|
||||
package_csound-doc() {
|
||||
|
|
Loading…
Reference in a new issue