[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.8debian-1.6-45-ga96c8a8

David Prévot taffit at debian.org
Sun Mar 24 22:53:23 UTC 2013


The following commit has been merged in the master branch:
commit a96c8a857a5abc6a5f4538f373afdc5dddfc9c2e
Author: David Prévot <taffit at debian.org>
Date:   Sun Mar 24 18:43:43 2013 -0400

    Fix apps path for Debian

diff --git a/debian/patches/05_no_app_store.diff b/debian/patches/05_no_app_store.diff
index 5bf97e7..911009e 100644
--- a/debian/patches/05_no_app_store.diff
+++ b/debian/patches/05_no_app_store.diff
@@ -3,7 +3,7 @@ Description: Disable the app store
 Author: Thomas Mueller <thomas.mueller at tmit.eu>
 Forwarded: not-needed
 Reviewed-by: David Prévot <taffit at debian.org>
-Last-Update: 2013-03-23
+Last-Update: 2013-03-24
 --- a/lib/setup.php
 +++ b/lib/setup.php
 @@ -83,6 +83,8 @@
@@ -37,7 +37,8 @@ Last-Update: 2013-03-23
 + DEBIAN: disabled by default, see /usr/share/doc/owncloud/README.Debian
  */
  	array(
- 		'path'=> '/var/www/owncloud/apps',
+-		'path'=> '/var/www/owncloud/apps',
++		'path'=> '/usr/share/owncloud/apps',
  		'url' => '/apps',
 -		'writable' => true,
 +		'writable' => false,

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list