summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/myth2fuze
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-04 00:37:18 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-04 00:37:18 (GMT)
commit789101ba2d9b0eebcd85cff945c18e1d9ddd36a4 (patch)
treef8756309246c1367c0a8cbd8ee51d7cd3b45771b /abs/core-testing/linhes-scripts/myth2fuze
parentb94d28649509115ec6821da376f88d284fe34e1f (diff)
downloadlinhes_pkgbuild-789101ba2d9b0eebcd85cff945c18e1d9ddd36a4.zip
linhes_pkgbuild-789101ba2d9b0eebcd85cff945c18e1d9ddd36a4.tar.gz
linhes_pkgbuild-789101ba2d9b0eebcd85cff945c18e1d9ddd36a4.tar.bz2
linhes-script: fix my custom path in myth2fuze...doh!
Diffstat (limited to 'abs/core-testing/linhes-scripts/myth2fuze')
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2fuze2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/myth2fuze b/abs/core-testing/linhes-scripts/myth2fuze
index f4d1ce2..39d1ce1 100755
--- a/abs/core-testing/linhes-scripts/myth2fuze
+++ b/abs/core-testing/linhes-scripts/myth2fuze
@@ -33,7 +33,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