diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-05-04 00:37:18 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-05-04 00:37:18 (GMT) |
commit | 789101ba2d9b0eebcd85cff945c18e1d9ddd36a4 (patch) | |
tree | f8756309246c1367c0a8cbd8ee51d7cd3b45771b /abs/core-testing/linhes-scripts/myth2fuze | |
parent | b94d28649509115ec6821da376f88d284fe34e1f (diff) | |
download | linhes_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-x | abs/core-testing/linhes-scripts/myth2fuze | 2 |
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 |