summaryrefslogtreecommitdiff
path: root/strip-gplv3.configure
diff options
context:
space:
mode:
Diffstat (limited to 'strip-gplv3.configure')
-rwxr-xr-xstrip-gplv3.configure23
1 files changed, 20 insertions, 3 deletions
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index bc9935ab..dae357aa 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -26,9 +26,26 @@ import os
import json
class StripGPLv3ConfigureExtension(cliapp.Application):
- gplv3_chunks = ['autoconf', 'automake', 'bash', 'binutils', 'bison', 'ccache', 'cmake',
- 'flex', 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'libtool', 'm4',
- 'make', 'nano', 'texinfo-tarball']
+ gplv3_chunks = [
+ 'autoconf',
+ 'automake',
+ 'bash',
+ 'binutils',
+ 'bison',
+ 'ccache',
+ 'cmake',
+ 'flex',
+ 'gawk',
+ 'gdbm',
+ 'gettext',
+ 'gperf',
+ 'groff',
+ 'libtool',
+ 'm4',
+ 'make',
+ 'nano',
+ 'texinfo-tarball',
+ ]
def process_args(self, args):
target_root = args[0]