summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-06-06 20:38:11 (GMT)
committerBob Igo <bob@stormlogic.com>2009-06-06 20:38:11 (GMT)
commit8dd571de2d83b945fef01103fbe8c241e774f0e3 (patch)
tree87296a66c0be5db725b4ef51acee1a1b88219f3a
parent44a7708b5c42c2c495012c483cc7db5c8e3ab92e (diff)
downloadlinhes_pkgbuild-8dd571de2d83b945fef01103fbe8c241e774f0e3.zip
linhes_pkgbuild-8dd571de2d83b945fef01103fbe8c241e774f0e3.tar.gz
linhes_pkgbuild-8dd571de2d83b945fef01103fbe8c241e774f0e3.tar.bz2
bumped rev for mythweb
-rw-r--r--abs/core-testing/mythtv/stable/mythweb/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
index 7496d9a..e601ae9 100644
--- a/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythweb/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythweb
pkgver=0.21
-pkgrel=14
+pkgrel=15
pkgdesc="Web interface for MythTV's backend"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
@@ -23,15 +23,15 @@ build() {
# tar -zxvf $startdir/patch/icons.tar.gz
###
+ # Workaround for LIGHTTPD bug in mythweb.pl (affects DB queries)
+ cd $startdir/src/mythplugins/$pkgname/
+ patch -p0 < $startdir/patch/mythweb.pl.diff
+
cp -r $startdir/src/mythplugins/$pkgname/* $startdir/pkg/$DOCROOT
# cp $startdir/src/mythplugins-$pkgver/$pkgname/data/.htaccess $startdir/pkg/$DOCROOT
rm $startdir/pkg/srv/$DOCROOT/README
chown -R http:users $startdir/pkg/$DOCROOT
chmod g+rw $startdir/pkg/$DOCROOT/{image_cache,php_sessions,data}
-
-# Workaround for LIGHTTPD bug in mythweb.pl (affects DB queries)
- patch -p0 < $startdir/patch/mythweb.pl.diff
-
}