Commit ab602707 authored by Ghislain MARY's avatar Ghislain MARY Committed by Ronan Abhamon

Add --package-source option to prepare.py.

parent ca984f9b
......@@ -112,6 +112,7 @@ class DesktopPreparator(prepare.Preparator):
self.argparser.add_argument('-ac', '--all-codecs', help="Enable all codecs, including the non-free ones", action='store_true')
self.argparser.add_argument('-sys', '--use-system-dependencies', help="Find dependencies on the system.", action='store_true')
self.argparser.add_argument('-p', '--package', help="Build an installation package (only on Mac OSX and Windows).", action='store_true')
self.argparser.add_argument('-ps', '--package-source', help="Build source packages for the dependencies.", action='store_true')
def parse_args(self):
prepare.Preparator.parse_args(self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment