summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/myth/release-fixes/plugins/mythsmolt
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-22 22:33:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-22 22:33:38 (GMT)
commit8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17 (patch)
treeb8da8aaafce30effaaf968d294ed776b002e5fcb /abs/mv-core/myth/release-fixes/plugins/mythsmolt
parent0e3fd5d95beeec6ea3b0f763646549e19899814b (diff)
downloadlinhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.zip
linhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.tar.gz
linhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.tar.bz2
Bring MV-core myth packages up to date
Diffstat (limited to 'abs/mv-core/myth/release-fixes/plugins/mythsmolt')
-rw-r--r--abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD b/abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD
index 021d270..b8e421a 100644
--- a/abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD
+++ b/abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD
@@ -16,8 +16,8 @@ build() {
# use QT3 qmake
export PATH=$QTDIR/bin:$PATH
- echo "INCLUDEPATH += /usr/local/include/mythtv" >> mythsmolt.pro.local
- qmake mythsmolt.pro.local
+ echo "INCLUDEPATH += /usr/include/mythtv" >> mythsmolt.pro.usr
+ qmake mythsmolt.pro.usr
make qmake || return 1
make -j 2 || return 1