diff options
author | Lindsay <fmouse@fmp.com> | 2018-01-06 22:18:27 -0600 |
---|---|---|
committer | Lindsay <fmouse@fmp.com> | 2018-01-06 22:18:27 -0600 |
commit | a68d0a0033a99545601011ffbaaa156c93504c31 (patch) | |
tree | 537ada57f65a32ac2f95f95fea1d3ed0a10219e7 /bin/Makefile.in | |
parent | 2213190e796c56bf02c1ef9e406cd046076caa34 (diff) | |
download | mailman2-a68d0a0033a99545601011ffbaaa156c93504c31.tar.gz mailman2-a68d0a0033a99545601011ffbaaa156c93504c31.tar.xz mailman2-a68d0a0033a99545601011ffbaaa156c93504c31.zip |
Configured source to put mailman-config in bin rather than contrib. Changed
the name from mailman-config.py to mailman-config.
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 22c24b04..c8fae282 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -49,7 +49,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py transcheck b4b5-archfix \ list_owners msgfmt.py show_qfiles discard rb-archfix \ - reset_pw.py export.py + reset_pw.py export.py mailman-config BUILDDIR= ../build/bin |