aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-10-01 10:09:24 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-10-01 10:09:24 +0200
commit41a02bec1c139246070afb173e9e9bdcac36a2eb (patch)
tree56f1b99178dcc0c157df90b24dc7de9247f1e7eb /vdrplugin-rebuild
parentBumped to version 2.5_rc1 (diff)
downloadgentoo-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 'vdrplugin-rebuild')
-rw-r--r--vdrplugin-rebuild/vdrplugin-rebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrplugin-rebuild/vdrplugin-rebuild b/vdrplugin-rebuild/vdrplugin-rebuild
index 5fddc34..b5c5dab 100644
--- a/vdrplugin-rebuild/vdrplugin-rebuild
+++ b/vdrplugin-rebuild/vdrplugin-rebuild
@@ -18,7 +18,7 @@ if [[ `id -u` != 0 ]]; then
exit 1
fi
-R_VERSION="0.4"
+R_VERSION="0.5"
R_DBPATH="${ROOT}/usr/share/vdr/vdrplugin-rebuild"
R_PORTAGEQ="`type -p portageq 2>/dev/null`"
if [[ -z ${R_PORTAGEQ} ]]; then
@@ -258,7 +258,7 @@ db_plug_merge() {
echo
case ${R_OPTION_PM} in
- portage) emerge --ignore-default-opts --oneshot --nodeps ${R_PM_OPTS} ${tomerge[@]};;
+ portage) emerge --ignore-default-opts --oneshot --nodeps --keep-going ${R_PM_OPTS} ${tomerge[@]};;
paludis) cave resolve -1x -Cs ${R_PM_OPTS} ${tomerge[@]};;
*) echo "** Unsupported package manager"; phelp; exit 1;;
esac