From b22dbec7e6c3e09b2108c8c5fb91619e5d55c032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 1 Jun 2013 08:10:08 +0200 Subject: [PATCH] add --sbindir alternative to --sbin-dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 92c60e32..c8399f97 100755 --- a/setup.py +++ b/setup.py @@ -200,8 +200,8 @@ class Setup(): opts.add_argumented (help = 'Set the system\'s directory for command executables\nDefault = $PREFIX/bin', alternatives = ['--bin-dir', '--bindir'], arg='BINDIR') - opts.add_argumented (help = 'Set the system\'s directory for command executables by root\nDefault = $PREFIX/sbin', - alternatives = ['--sbin-dir'], arg='SBINDIR') + opts.add_argumented (help = 'Set the system\'s directory for command executables by root\nDefault = $PREFIX/sbin', + alternatives = ['--sbin-dir', '--sbindir'], arg='SBINDIR') opts.add_argumented (help = 'Set the system\'s directory for non-executable libraries\nDefault = $PREFIX/lib/ponysay\nNot used.',