diff options
-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"; |