[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. upstream/4.0.0-83-ge6e7a67

Thomas Mueller thomas.mueller at tmit.eu
Sat May 19 23:23:52 UTC 2012


The following commit has been merged in the master branch:
commit e6e7a67dcb730ebb43a8bcf65d18bdaeacb1000b
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date:   Sun May 20 01:23:47 2012 +0200

    fix owner of config directory

diff --git a/debian/rules b/debian/rules
index 0415d75..f708d63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,4 +112,5 @@ override_dh_install:
 override_dh_fixperms:
 	dh_fixperms -X var/lib/owncloud
 	chown www-data:www-data debian/owncloud/var/lib/owncloud/data/
+	chown www-data:www-data debian/owncloud/var/lib/owncloud/config/
 	chmod 2770 debian/owncloud/var/lib/owncloud/data/

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list