]> git.pld-linux.org Git - packages/Zope3.git/commitdiff
- changes default skeleton location for mkzopeinstance to /etc/zope3/zopeskel
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 30 Aug 2005 12:28:02 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope3-skeleton_path.patch -> 1.1

Zope3-skeleton_path.patch [new file with mode: 0644]

diff --git a/Zope3-skeleton_path.patch b/Zope3-skeleton_path.patch
new file mode 100644 (file)
index 0000000..636051c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -dur -x '*~' Zope-3.1.0c1.orig/Dependencies/zope.app.server-Zope-3.1.0c1/zope.app.server/mkzopeinstance.py Zope-3.1.0c1/Dependencies/zope.app.server-Zope-3.1.0c1/zope.app.server/mkzopeinstance.py
+--- Zope-3.1.0c1.orig/Dependencies/zope.app.server-Zope-3.1.0c1/zope.app.server/mkzopeinstance.py      2005-08-02 20:01:20.000000000 +0200
++++ Zope-3.1.0c1/Dependencies/zope.app.server-Zope-3.1.0c1/zope.app.server/mkzopeinstance.py   2005-08-30 12:14:12.000000000 +0200
+@@ -248,7 +248,7 @@
+         options.add_package_includes = from_checkout
+         basedir = os.path.dirname(path)
+         # no assurance that this exists!
+-        options.skeleton = os.path.join(basedir, "zopeskel")
++        options.skeleton = "/etc/zope3/zopeskel"
+     else:
+         options.add_package_includes = False
+     options.program = prog
This page took 0.052169 seconds and 4 git commands to generate.