summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-10-26 20:46:17 +0200
committerJan Neumann2017-10-26 20:46:17 +0200
commitbd374b9fb11c57bace7c810a9f8f9d77689e3f1c (patch)
tree3fcce15d515b8ef4c5337c1f6a6e7d40aba19d35
parent045030c39d962c14c3342f1f7d3965741a09ec3e (diff)
downloadaur-bd374b9fb11c57bace7c810a9f8f9d77689e3f1c.tar.gz
fixes
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 497e4c744716..12d716d79b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,6 @@ build() {
package() {
cd ${gitname}/build
- make fetch-translations
+# make fetch-translations
make DESTDIR=${pkgdir} install
}