]> git.decadent.org.uk Git - memories.git/blobdiff - debian/patches/201_use-debian-paths.diff
Update for new upstream snapshot
[memories.git] / debian / patches / 201_use-debian-paths.diff
index d2a1be846c1bdeb621c5a9db4e60dfec4d1748b7..ff6f7bcb1da93c41051e77f82851e7f9e79107dd 100644 (file)
@@ -1,6 +1,6 @@
---- memories.orig/Memories/Config.pm
-+++ memories/Memories/Config.pm
-@@ -3,19 +3,19 @@
+--- memories.orig/Memories/Config.pm.example
++++ memories/Memories/Config.pm.example
+@@ -3,22 +3,22 @@
  
  # This parameter should be the external address of your Memories
  # installation
@@ -8,8 +8,12 @@
 +Memories->config->uri_base("http://localhost/memories/");
  
  # This is where your templates will live.
--Memories->config->{template_root} = "/home/simon/maypole-sites/memories/templates";
-+Memories->config->{template_root} = "/etc/memories/templates/";
+ Memories->config->{template_root} = [
+-    "/web/memories/mytemplates/", # User-defined templates
+-    "/etc/memories/templates/",   # Factory templates
++    "/etc/memories/templates/",       # User-defined templates
++    "/usr/share/memories/templates/", # Factory templates
+ ];
  
  # Here is where uploaded photos will be stored. Your web server user
  # should own this directory.