summarylogtreecommitdiffstats
path: root/loolwsd-config.patch
diff options
context:
space:
mode:
authorM0Rf302021-03-06 12:39:47 +0100
committerM0Rf302021-03-06 12:39:47 +0100
commit1123be2027ed9632d03a67f7910a04019f44d8eb (patch)
treeea878f98b6e90841007160650c56787964fd810d /loolwsd-config.patch
parentdca3f1cd007dd25a53dc438cf9e6fef880bee215 (diff)
downloadaur-1123be2027ed9632d03a67f7910a04019f44d8eb.tar.gz
Add coexistent Hellfire .desktop resources
libreoffice-online: 6.4.4-3
Diffstat (limited to 'loolwsd-config.patch')
-rw-r--r--loolwsd-config.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd-config.patch b/loolwsd-config.patch
index 616f8aa72b57..f59b5914e573 100644
--- a/loolwsd-config.patch
+++ b/loolwsd-config.patch
@@ -5,7 +5,7 @@
else if (args[0] == "update-system-template")
{
- const char command[] = "loolwsd-systemplate-setup /opt/lool/systemplate " LO_PATH " >/dev/null 2>&1";
-+ const char command[] = "loolwsd-systemplate-setup /var/lib/libreoffice-online/systemplate " LO_PATH " >/dev/null 2>&1";
++ const char command[] = "loolwsd-systemplate-setup /var/lib/lool/systemplate " LO_PATH " >/dev/null 2>&1";
std::cout << "Running the following command:" << std::endl
<< command << std::endl;