omxplayer: install bin as 0755 (doh).
This commit is contained in:
parent
6f69c58c98
commit
d07d466f6f
2 changed files with 2 additions and 2 deletions
|
@ -69,6 +69,6 @@ clean:
|
|||
|
||||
install:
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
install -Dm644 omxplayer.bin $(DESTDIR)/usr/bin/omxplayer
|
||||
install -Dm755 omxplayer.bin $(DESTDIR)/usr/bin/omxplayer
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'omxplayer'
|
||||
pkgname=omxplayer
|
||||
version=20130324
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Commandline OMX player for the Raspberry Pi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue