diff options
Diffstat (limited to '')
-rw-r--r-- | www/calendarserver/files/patch-setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/calendarserver/files/patch-setup.py b/www/calendarserver/files/patch-setup.py new file mode 100644 index 000000000000..0f66fb07925c --- /dev/null +++ b/www/calendarserver/files/patch-setup.py @@ -0,0 +1,12 @@ +--- setup.py.orig 2016-01-07 15:18:44 UTC ++++ setup.py +@@ -429,9 +429,6 @@ def doSetup(): + scripts=[ + "bin/caldavd", + ], +- data_files=[ +- ("caldavd", ["conf/caldavd.plist"]), +- ], + ext_modules=extensions, + py_modules=[], + setup_requires=setup_requirements, |