diff --git a/setup.py b/setup.py index 8d99b38c..92c60e32 100755 --- a/setup.py +++ b/setup.py @@ -200,6 +200,10 @@ 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 non-executable libraries\nDefault = $PREFIX/lib/ponysay\nNot used.', alternatives = ['--lib-dir', '--libdir'], arg='LIBDIR')