--- ./compile.orig	2005-08-17 15:19:13.000000000 +0200
+++ ./compile	2005-08-17 15:23:11.000000000 +0200
@@ -2,11 +2,10 @@
 echo "Mustux compilation script"
 echo "Cleaning old makefile ..."
 rm -f Makefile
-export QMAKESPEC=linux-g++
+export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
 echo "Generating new makefile ..."
 qmake -unix -o Makefile mustux.pro
 echo "Compiling ..."
-make 
 #make install
 echo "Done. If you want to install the package, run: su -c \"make install\" "
 
