summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2017-11-06 22:52:26 +0100
committerJan Neumann2017-11-06 22:52:26 +0100
commit4ebed910c4fb6d54ff3fb81dcce73ae0b414c78a (patch)
tree96944a0cbc1997cdf72bf5e7b7c4923a13d44328 /PKGBUILD
parent55679202825b1bb6b5c375bfdebc812dae1e6bab (diff)
downloadaur-4ebed910c4fb6d54ff3fb81dcce73ae0b414c78a.tar.gz
disable fetch translations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1deba875870f..9bc3f6c3b42f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,6 @@ build() {
package() {
cd ${gitname}/build
- make fetch-translations
+# make fetch-translations
make DESTDIR=${pkgdir} install
}