[Pkg-owncloud-commits] [owncloud] 01/01: Creates themes/default with RW access
David Prévot
taffit at moszumanska.debian.org
Fri Apr 10 05:07:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 503d5856f9f86d40b54139b730176b639e858d24
Author: David Prévot <taffit at debian.org>
Date: Fri Apr 10 01:03:19 2015 -0400
Creates themes/default with RW access
It’s needed to edit at least mail templates from the admin panel.
Closes: #782291
---
debian/dirs | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/dirs b/debian/dirs
index a057814..5801a3c 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,3 +1,4 @@
var/lib/owncloud/assets
var/lib/owncloud/data
var/lib/owncloud/backup
+var/lib/owncloud/themes/default
diff --git a/debian/rules b/debian/rules
index c3aa2a7..c486bfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ override_dh_fixperms:
chown www-data:www-data debian/owncloud/etc/owncloud/
chown www-data:www-data debian/owncloud/etc/owncloud/htaccess
chmod 0640 debian/owncloud/etc/owncloud/htaccess
- for i in assets data backup ; do \
+ for i in assets data backup themes/default ; do \
chown www-data:www-data debian/owncloud/var/lib/owncloud/$$i && \
chmod 2770 debian/owncloud/var/lib/owncloud/$$i ; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list