summary refs log tree commit diff
path: root/pkgs/applications/video/mythtv/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mythtv/builder.sh')
-rw-r--r--pkgs/applications/video/mythtv/builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mythtv/builder.sh b/pkgs/applications/video/mythtv/builder.sh
index daeedf3ae20..ec1eea3b38b 100644
--- a/pkgs/applications/video/mythtv/builder.sh
+++ b/pkgs/applications/video/mythtv/builder.sh
@@ -11,8 +11,8 @@ echo $LD_LIBRARY_PATH
 
 buildPhase=myBuilder
 myBuilder() {
-    qmake mythtv.pro || fail
-    make || fail
+    qmake mythtv.pro
+    make
 }