Thank you for pointing it out!
I fixed PKGBUILD.
Search Criteria
Package Details: midi-beeper 1.3-2
Package Actions
| Package Base: | midi-beeper |
|---|---|
| Description: | A python program to play MIDI files by beeping |
| Upstream URL: | http://people.ds.cam.ac.uk/ssb22/mwrhome/midi-beeper.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | KISBread |
| Maintainer: | KISBread |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2013-12-28 09:51 |
| Last Updated: | 2013-12-29 11:56 |
Required by (0)
Sources
Latest Comments
Comment by KISBread
Comment by sekret
Here's how you could do it as well.
prepare() {
sed "s,#!/usr/bin/env\ python,#!/usr/bin/env\ python2,g" -i "$srcdir/$pkgname.py"
}
package() {
install -Dm755 "$srcdir/$pkgname.py" "$pkgdir/usr/bin/$pkgname"
}
In my opinion this is better than using this wrapper script!