FreedomBox/debian/patches/0002-skip-copy-doc-dir.patch
Federico Ceratto 17ee712502
debian: Switch to native package
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
2017-11-03 18:30:35 +05:30

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'),
]