summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/myth/release-fixes/plugins/mythsmolt/PKGBUILD')
-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