diff options
-rw-r--r-- | abs/core-testing/linhes-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core-testing/linhes-scripts/myth2fuze | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD index 20879db..c728d36 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') @@ -85,6 +85,6 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '87b0dc855181f98516acb18a7d551601' '25c1baeb97a49656456ae33f7e7a9f06' '2fb25aef03ffd1282414d8cca3df7056' - 'c6d5656d807693b1ef3af9e631094732' + 'd2a29444ab9036fb385bbf044daf1ff5' 'df727c98350a64e2171c950bbefc9c5d' '7b890e7044db38e8d439f67e398af206') 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} |