Date: Tuesday, March 26, 2013 @ 12:00:08
  Author: spupykin
Revision: 87035

Modified:
  tea/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-26 06:36:49 UTC (rev 87034)
+++ PKGBUILD    2013-03-26 11:00:08 UTC (rev 87035)
@@ -22,7 +22,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake PREFIX=/usr/bin
+  qmake-qt4 PREFIX=/usr/bin
   make
 }
 

Reply via email to