mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
1d275a8f27
Other changes include: * Package Python bytecode in seafile-seahub, add source code package (seafile-seahub-src) * Instead of changing default settings, custom settings will be added to /etc/seafile/conf/seahub_settings.py during seafile-server setup * Use SEAFILE_UCI_DATA_DIR, which will be added to seafile-server * Clean up Makefile formatting * Add myself as a maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
9 lines
116 B
Diff
9 lines
116 B
Diff
--- a/manage.py
|
|
+++ b/manage.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
import os
|
|
import sys
|
|
|