summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-02-04 02:54:04 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-02-04 02:54:04 (GMT)
commit4a2252c3904af183ea6b21f3dce5c41b1978fed8 (patch)
treeef315c5df3a5389fa20a3ec45e122965d30a50e4 /abs
parente2e8dd6e74ecb241fe02b583500b58f40473bd34 (diff)
downloadlinhes_pkgbuild-4a2252c3904af183ea6b21f3dce5c41b1978fed8.zip
linhes_pkgbuild-4a2252c3904af183ea6b21f3dce5c41b1978fed8.tar.gz
linhes_pkgbuild-4a2252c3904af183ea6b21f3dce5c41b1978fed8.tar.bz2
mythweb: revert my patch an add a symlink instead. Ref #752
Diffstat (limited to 'abs')
-rw-r--r--abs/core/mythtv/stable-0.24/mythweb/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD b/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
index ad0f776..df63633 100644
--- a/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
+++ b/abs/core/mythtv/stable-0.24/mythweb/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythweb
pkgver=0.24
-pkgrel=12
+pkgrel=13
pkgdesc="Web interface for MythTV's backend"
url="http://www.mythtv.org"
license="GPL"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
depends=('mythtv>=0.24' 'lighttpd' 'php' 'local-website')
groups=('mythtv-extras')
-patches=('mythweb.php.patch')
+patches=()
source=('ftp://ftp.knoppmyth.net/R6/sources/mythweb-0.24-fixes.tar.bz2' `echo ${patches[@]:0}`)
DOCROOT=/data/srv/httpd/htdocs/mythweb
@@ -38,8 +38,9 @@ build() {
chown -R http:http $startdir/pkg/$DOCROOT
chmod g+rw $pkgdir/$DOCROOT/{image_cache,php_sessions,data}
+ # mythweb modules_path fix for 0.24
+ # http://code.mythtv.org/trac/ticket/9255
+ cd ${pkgdir}/${DOCROOT}
+ ln -s modules modules_path
}
-
-
-md5sums=('45703fa3899c4ee84d1b087bfcc6654e'
- '51a502491a7fa444ec24516cd0669997')
+md5sums=('45703fa3899c4ee84d1b087bfcc6654e')