omxplayer: install bin as 0755 (doh).

This commit is contained in:
Juan RP 2013-03-24 19:42:49 +01:00
parent 6f69c58c98
commit d07d466f6f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"