diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-19 07:14:44 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-19 07:14:44 (GMT) |
commit | 0009bffd7067606a96b9354f8fc2e6ad7d8c0815 (patch) | |
tree | 51f07cd7cb7dcb31ecc7f7b1e83616f0d840b85c /abs/extra-testing/myth2ipod | |
parent | 9bb1cdafc910c52aa1b5575ce9a47e13de20962a (diff) | |
download | linhes_pkgbuild-0009bffd7067606a96b9354f8fc2e6ad7d8c0815.zip linhes_pkgbuild-0009bffd7067606a96b9354f8fc2e6ad7d8c0815.tar.gz linhes_pkgbuild-0009bffd7067606a96b9354f8fc2e6ad7d8c0815.tar.bz2 |
Myth2Ipod:Fixed locate of htdocs.
Diffstat (limited to 'abs/extra-testing/myth2ipod')
-rwxr-xr-x | abs/extra-testing/myth2ipod/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/extra-testing/myth2ipod/myth2ipod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD index 4a4f3bf..80a8613 100755 --- a/abs/extra-testing/myth2ipod/PKGBUILD +++ b/abs/extra-testing/myth2ipod/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myth2ipod pkgver=0.2 -pkgrel=16 +pkgrel=17 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="myth2ipod.com" diff --git a/abs/extra-testing/myth2ipod/myth2ipod b/abs/extra-testing/myth2ipod/myth2ipod index 73ca886..84a3ac0 100755 --- a/abs/extra-testing/myth2ipod/myth2ipod +++ b/abs/extra-testing/myth2ipod/myth2ipod @@ -14,7 +14,7 @@ my $portable = "ipod"; my $feedfile = "/myth/ipodfeed/feed.php"; my $feedpath = "/myth/ipodfeed/"; - my $wwwloc = "/var/www/"; + my $wwwloc = "/data/srv/httpd/htdocs"; my $feedurl = "http://REPLACEME/ipodfeed/"; my $nuvoptions ="--mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass"; |