summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}