diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-10-01 10:09:24 +0200 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-10-01 10:09:24 +0200 |
commit | 41a02bec1c139246070afb173e9e9bdcac36a2eb (patch) | |
tree | 56f1b99178dcc0c157df90b24dc7de9247f1e7eb /var | |
parent | Bumped to version 2.5_rc1 (diff) | |
download | gentoo-vdr-scripts-41a02bec1c139246070afb173e9e9bdcac36a2eb.tar.gz gentoo-vdr-scripts-41a02bec1c139246070afb173e9e9bdcac36a2eb.tar.bz2 gentoo-vdr-scripts-41a02bec1c139246070afb173e9e9bdcac36a2eb.zip |
added --keep-going to vdrplugin-rebuild; added empty file plugins_skipped_ALL to fix the fail on vdrplugin-rebuild -s parameter; bump to vdrplugin-rebuild-0.5
Diffstat (limited to 'var')
-rw-r--r-- | var/vdr/tmp/Makefile | 2 | ||||
-rw-r--r-- | var/vdr/tmp/plugins_skipped_ALL | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/var/vdr/tmp/Makefile b/var/vdr/tmp/Makefile index 3009af8..538ce84 100644 --- a/var/vdr/tmp/Makefile +++ b/var/vdr/tmp/Makefile @@ -5,7 +5,7 @@ SHELL = /bin/bash MYDIR = $(DESTDIR)/var/vdr/tmp SUBDIRS = BINS = -CONFS = systemd_env +CONFS = systemd_env plugins_skipped_ALL all: diff --git a/var/vdr/tmp/plugins_skipped_ALL b/var/vdr/tmp/plugins_skipped_ALL new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/var/vdr/tmp/plugins_skipped_ALL |