From a4434f5669adb7cca6f5295d02a415c46b38a6f7 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 21 Oct 2013 20:13:51 -0500
Subject: post_process go.sh pacman options changed again, updating script so
 that runit-scripts gets installed instead of erroring out.

When runit-scripts doesn't get installed the iso upgrade process doesn't run correctly and only half populates the service dir.
---
 build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh b/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh
index a87ca0c..602c06a 100755
--- a/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh
+++ b/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh
@@ -4,7 +4,8 @@
 . /usr/MythVantage/bin/mv_config.py
 
 PD="/root/.post_process"
-pacman -Sff   --noconfirm  runit-scripts 
+#pacman -Sff   --noconfirm  runit-scripts 
+pacman -S   --noconfirm  runit-scripts 
 
 HDIR=`dirname $MYTHHOME`
 mkdir -p $HDIR
-- 
cgit v0.12