From 1120630ea447f1095caa771fbb9d66b790f6fded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 1 Jun 2013 08:12:05 +0200 Subject: [PATCH] hide --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, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c8399f97..3ec7faf2 100755 --- a/setup.py +++ b/setup.py @@ -200,9 +200,7 @@ 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', '--sbindir'], arg='SBINDIR') - + opts.add_argumented (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.', alternatives = ['--lib-dir', '--libdir'], arg='LIBDIR')