about 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.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/video/mythtv/builder.sh b/pkgs/applications/video/mythtv/builder.sh
index ec1eea3b38b5..6acf49a52e88 100644
--- a/pkgs/applications/video/mythtv/builder.sh
+++ b/pkgs/applications/video/mythtv/builder.sh
@@ -9,8 +9,7 @@ done
 echo $LD_LIBRARY_PATH
 
 
-buildPhase=myBuilder
-myBuilder() {
+buildPhase() {
     qmake mythtv.pro
     make
 }