aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wok/alpine-specific-pushserver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wok/alpine-specific-pushserver.patch')
-rw-r--r--testing/wok/alpine-specific-pushserver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wok/alpine-specific-pushserver.patch b/testing/wok/alpine-specific-pushserver.patch
new file mode 100644
index 0000000000..2be79da411
--- /dev/null
+++ b/testing/wok/alpine-specific-pushserver.patch
@@ -0,0 +1,11 @@
+--- a/src/wok/pushserver.py
++++ b/src/wok/pushserver.py
+@@ -67,7 +67,7 @@
+ def set_socket_file(self):
+ if not os.path.isdir(BASE_DIRECTORY):
+ try:
+- os.mkdir(BASE_DIRECTORY)
++ os.makedirs(BASE_DIRECTORY)
+ except OSError:
+ raise RuntimeError('PushServer base UNIX socket dir %s '
+ 'not found.' % BASE_DIRECTORY)