git » polkit-qt.git » commit b6713f0

Keep trunk untouched

author Andrea Scarpino
2013-12-21 15:03:52 UTC
committer Andrea Scarpino
2013-12-21 15:03:52 UTC
parent e7926475c12520e584a738230bd8625e5fae1add

Keep trunk untouched

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index d77ee81..fecd886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,11 @@ makedepends=('cmake' 'automoc4')
 source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
 md5sums=('a105e233e6733fb072c9080cd7ae1af2')
 
-build() {
-  . /etc/profile.d/qt4.sh
-
+prepare() {
   mkdir build
+}
+
+build() {
   cd build
   cmake ../${pkgname}-1-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \