mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-05 12:19:31 +00:00
14 lines
249 B
Diff
14 lines
249 B
Diff
Subject: Skip copying the doc/ directory
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -44,7 +44,7 @@
|
|
]
|
|
|
|
DIRECTORIES_TO_COPY = [
|
|
- ('/usr/share/doc/plinth', 'doc'),
|
|
+ #('/usr/share/doc/plinth', 'doc'),
|
|
('/usr/share/plinth/static', 'static'),
|
|
]
|
|
|