From 6d4113caa1c68202b815319fb2102896672a93f3 Mon Sep 17 00:00:00 2001
From: Michael Hanson <hansonorders@verison.net>
Date: Tue, 25 May 2010 00:30:24 +0000
Subject: linhes-scripts: fix paths in myth2fuze

---
 abs/core-testing/linhes-scripts/PKGBUILD  | 2 +-
 abs/core-testing/linhes-scripts/myth2fuze | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index 20879db..aaf9784 100644
--- a/abs/core-testing/linhes-scripts/PKGBUILD
+++ b/abs/core-testing/linhes-scripts/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=linhes-scripts
 pkgver=1
-pkgrel=71
+pkgrel=72
 pkgdesc="Various scripts that help to make LinHES, LinHES."
 arch=('i686' 'x86_64')
 license=('GPL2')
diff --git a/abs/core-testing/linhes-scripts/myth2fuze b/abs/core-testing/linhes-scripts/myth2fuze
index 948ef1e..9e8fc3c 100755
--- a/abs/core-testing/linhes-scripts/myth2fuze
+++ b/abs/core-testing/linhes-scripts/myth2fuze
@@ -35,7 +35,7 @@ for APP in {fuzemux,mencoder,ffmpeg,mythcommflag,mythtranscode,mysql}; do
 done
 
 # where the converted video is stored
-OUT_DIR=/myth/md0/video/fuze
+OUT_DIR=/myth/video/fuze
 
 # Ensure output directory exists
 if [ ! -d ${OUT_DIR} ] ; then
@@ -50,7 +50,7 @@ SQLCMD="mysql -u ${DBUSERNAME} --password=${DBPASSWORD} -h ${BACKEND_HOSTNAME} m
 
 # create temp filename so multiple instances won't conflict
 TMPNAME=toFUZE-$$
-TMPDIR=/myth/md0/tmp
+TMPDIR=/myth/tmp
 TMPFILE=${TMPDIR}/${TMPNAME}.avi
 TMPCUTFILE=${TMPDIR}/${TMPNAME}.mpg
 MENINPUTFILE=${1}
-- 
cgit v0.12