diff options
author | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2017-05-12 19:00:38 +0200 |
---|---|---|
committer | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2017-05-12 19:00:38 +0200 |
commit | 63eb28a4b6ba9ad2f010277a586d521c1a667e60 (patch) | |
tree | 87fa488e75e05ba0d831165e8d91a97f6b9a2d9e | |
parent | af249bc2201bb9006d47eb203318f9cd488abe8a (diff) | |
download | vdr-plugin-radio-63eb28a4b6ba9ad2f010277a586d521c1a667e60.tar.gz vdr-plugin-radio-63eb28a4b6ba9ad2f010277a586d521c1a667e60.tar.bz2 |
Fix permissions
-rwxr-xr-x | .gitignore | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | Makefile | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | radio.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | radioaudio.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | radioaudio.h | 0 |
5 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ po/*.mo po/*.pot .project .includepath +vdr-radio-*.tgz @@ -12,7 +12,7 @@ PLUGIN = radio ### The version number of this plugin (taken from the main source file): VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | \ - grep -v GIT \ + grep -v GIT | \ awk '{ print $$6 }' | sed -e 's/[";]//g') GIT_REV = $(shell git describe --always 2>/dev/null) diff --git a/radioaudio.c b/radioaudio.c index 19e63a2..19e63a2 100755..100644 --- a/radioaudio.c +++ b/radioaudio.c diff --git a/radioaudio.h b/radioaudio.h index ab35307..ab35307 100755..100644 --- a/radioaudio.h +++ b/radioaudio.h |