summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNahuel Alonso2017-02-24 17:49:01 -0300
committerNahuel Alonso2017-02-24 17:49:01 -0300
commita6c2f9196f5f2ce57c91b31428d388137d8e34f7 (patch)
tree834d224ca94c964713afd8f5a479e68a81f33418 /PKGBUILD
parent12852f4f782f7e8cd2210e2b33f7783646b58bf2 (diff)
downloadaur-a6c2f9196f5f2ce57c91b31428d388137d8e34f7.tar.gz
fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8102d2f326b..2676437f5453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=(coreutils git qt5-base gcc)
source=(git+"https://github.com/nahwar/webmc.git")
md5sums=('SKIP')
-prepare() {
+build() {
cd $srcdir/webmc/build
make
}