[arch-commits] Commit in appmenu-qt/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 1 08:08:59 UTC 2014


    Date: Saturday, March 1, 2014 @ 09:08:58
  Author: andrea
Revision: 206525

Fix build

Modified:
  appmenu-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-01 06:07:23 UTC (rev 206524)
+++ PKGBUILD	2014-03-01 08:08:58 UTC (rev 206525)
@@ -16,15 +16,15 @@
          'de499d01369fc85040f5bbfc53ae1700'
          '5db00ca92274c8b1797c204321961189')
 
-build() {
-  . /etc/profile.d/qt4.sh
+prepare() {
+  mkdir build
 
   # FS#33286
   cd ${pkgname}-${pkgver}
   patch -p0 -i "${srcdir}"/appmenu-async.diff
-  cd ../
+}
 
-  mkdir build
+build() {
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list