summaryrefslogtreecommitdiffstats
path: root/abs
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
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')
-rw-r--r--abs/core-testing/linhes-scripts/PKGBUILD4
-rwxr-xr-xabs/core-testing/linhes-scripts/myth2fuze2
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/linhes-scripts/PKGBUILD b/abs/core-testing/linhes-scripts/PKGBUILD
index b5d9d7e..ee22701 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=67
+pkgrel=68
pkgdesc="Various scripts that help to make LinHES, LinHES."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -83,4 +83,4 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'
'87b0dc855181f98516acb18a7d551601'
'25c1baeb97a49656456ae33f7e7a9f06'
'2fb25aef03ffd1282414d8cca3df7056'
- '945fa126b426eafe7e75df07426b9611')
+ '1b355d227dcd954960c677f5e4f2379d')
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