summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2017-01-23 19:07:08 +0100
committerJonas Heinrich2017-01-23 19:07:08 +0100
commitea95baaf891f534dbcc438216fb6f7ee217e94e1 (patch)
treed987d9392c2e86baac1b134bea99a550e252188f
parentbbf6e413b3f5049b586d89fb80075954393acca1 (diff)
downloadaur-ea95baaf891f534dbcc438216fb6f7ee217e94e1.tar.gz
fixed compile flags
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb9c1c8b1ce..45484307bdaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 17:54:26 UTC 2017
+# Mon Jan 23 18:06:56 UTC 2017
pkgbase = libreoffice-online
pkgdesc = HTML5-based/cloud-based version of the office suite
pkgver = 2.0.2
- pkgrel = 4
+ pkgrel = 5
url = https://cgit.freedesktop.org/libreoffice/online/
install = libreoffice-online.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4371095828ac..8fc7b1de5ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libreoffice-online
pkgver=2.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="HTML5-based/cloud-based version of the office suite"
arch=("x86_64")
url="https://cgit.freedesktop.org/libreoffice/online/"
@@ -28,6 +28,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc
#./configure --enable-silent-rules --with-lokit-path=/usr/include/libreoffice --with-lo-path=/usr/lib/libreoffice
+ sed -i 's|LOOLWSD_CACHEDIR = /usr/var/cache/loolwsd|LOOLWSD_CACHEDIR = /var/cache/loolwsd|g' Makefile
BUILDING_FROM_RPMBUILD=yes make
}