summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-25 00:30:24 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-25 00:30:24 (GMT)
commit6d4113caa1c68202b815319fb2102896672a93f3 (patch)
treeaed02cc2b36431ec2de53fd033846aa26644c7d5 /abs/core-testing
parent5868fb599f46247817bef70041022c0e6670df0d (diff)
downloadlinhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.zip
linhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.tar.gz
linhes_pkgbuild-6d4113caa1c68202b815319fb2102896672a93f3.tar.bz2
linhes-scripts: fix paths in myth2fuze
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD2
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2fuze4
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}