On 14 February 2011 01:09, Philipp Überbacher <[email protected]> wrote: > Excerpts from Bernardo Barros's message of 2011-02-13 16:56:09 +0100: >> Hi all, >> >> I don't know much about Java.. but I wanted to package this one >> because of SuperCollider and it seems a good sound editor anyway. >> Please people with experience with Java and Java packages revise this >> one: >> >> http://aur.archlinux.org/packages.php?ID=46459 >> >> thanks! >> Bernardo > > I don't have java-specific packaging experience, but I seriously wonder > what this is supposed to achieve: > cat << EOF >> "$pkgdir/usr/bin/${pkgname}" > #!/bin/bash > cd /usr/share/$pkgname && java -jar Eisenkraut.jar > EOF
This is a shortcut to create an executable for the java binary. Not illegal :)
