aboutsummarylogtreecommitdiffstats
path: root/usr-share.patch
diff options
context:
space:
mode:
authorsatcom8862020-07-28 20:07:08 +0200
committersatcom8862020-07-28 20:07:08 +0200
commitb61768fee2e4f05a2608af84a0a15181224f3cc0 (patch)
tree5b9eed6eb6beb96c06db528757b36976546661b7 /usr-share.patch
downloadaur-b61768fee2e4f05a2608af84a0a15181224f3cc0.tar.gz
Initial commit
Diffstat (limited to 'usr-share.patch')
-rw-r--r--usr-share.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr-share.patch b/usr-share.patch
new file mode 100644
index 000000000000..b2b2c8641e64
--- /dev/null
+++ b/usr-share.patch
@@ -0,0 +1,15 @@
+--- a/setup.py 2020-07-28 19:57:24.137669114 +0200
++++ b/setup.py 2020-07-28 20:03:37.138596078 +0200
+@@ -57,9 +57,9 @@
+ mbc=maubot.cli:app
+ """,
+ data_files=[
+- (".", ["example-config.yaml", "alembic.ini"]),
+- ("alembic", ["alembic/env.py"]),
+- ("alembic/versions", glob.glob("alembic/versions/*.py")),
++ ("./share/maubot", ["example-config.yaml", "alembic.ini"]),
++ ("./share/maubot/alembic", ["alembic/env.py"]),
++ ("./share/maubot/alembic/versions", glob.glob("alembic/versions/*.py"))
+ ],
+ package_data={
+ "maubot": ["management/frontend/build/*", "management/frontend/build/static/css/*",