[Distutils] installing scripts to /usr/sbin?

Pearu Peterson pearu at cens.ioc.ee
Fri Feb 6 12:43:43 EST 2004



On Fri, 6 Feb 2004, Andreas Schuldei wrote:

> how can i install python progs to /usr/sbin? i manage to install
> them to /usr/bin just fine using 
>           scripts=['client/bofh.py',...
> in my setup.py.
> I would wish for a setup option sbin_scripts...

Have you tried using
  scripts = ['/usr/sbin/client/bofh.py...
?

Pearu




More information about the Distutils-SIG mailing list