summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {