summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartiMcFly2016-01-24 00:18:31 +0000
committerMartiMcFly2016-01-24 00:18:31 +0000
commitbb2f38eeb1c466081a4b771b1e387e6ead28e56e (patch)
tree754839e4b09d70d9ad36ec5662873aabfed59096 /PKGBUILD
parent9c8681543e0a64a8a09bab6fc074b49a37c87e3f (diff)
downloadaur-bb2f38eeb1c466081a4b771b1e387e6ead28e56e.tar.gz
split plugins
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28c02a01f441..669726b13bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,10 +61,9 @@ md5sums=('2689688c328c7bb01fd2081e3c959265'
build() {
# create translations, compress javascript-files
-# cd ${srcdir}/zarafa-webapp-${pkgver}
-# ant deploy
-# ant deploy-plugins
- echo "build"
+ cd ${srcdir}/zarafa-webapp-${pkgver}
+ ant deploy
+ ant deploy-plugins
}
package_zarafa-webapp() {