[libreoffice-online] 01/02: forgot the chown call

Rene Engelhard rene at moszumanska.debian.org
Mon Feb 27 16:39:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice-online.

commit c0fc7f4737a370107dfb26875371532db7395e9f
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Feb 27 16:58:58 2017 +0100

    forgot the chown call
---
 debian/loolwsd.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/loolwsd.postinst b/debian/loolwsd.postinst
index 8538269..a4a2e73 100755
--- a/debian/loolwsd.postinst
+++ b/debian/loolwsd.postinst
@@ -8,7 +8,7 @@ case "$1" in
 	setcap cap_sys_admin=ep /usr/bin/loolmount || true
 
 	adduser --quiet --system --group --home /var/lib/lool lool
-	mkdir -p /var/cache/libreoffice-online && chown lool: /var/cache/loolwsd
+	mkdir -p /var/cache/libreoffice-online && chown lool: /var/cache/libreoffice-online
 	rm -rf /var/cache/libreoffice-online/*
 
 	# We assume that the LibreOffice to be used is built Debian-style

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git



More information about the Pkg-openoffice-commits mailing list