Re: change default install directory when using bdist_rpm

2006-07-21 Thread J�r�me Le Bougeant
Hi, try : python setup.py bdist_rpm --dist-dir="/home/..." > I'm using : > python setup.py bdist_rpm > > to create an rpm package to distribute my python app on linux. > > When i install the rpm, the files are installed in > /usr/share/python/site-packages/. directory by default. > > How do i

change default install directory when using bdist_rpm

2006-07-20 Thread krithika . sridhar
Hi, I'm using : python setup.py bdist_rpm to create an rpm package to distribute my python app on linux. When i install the rpm, the files are installed in /usr/share/python/site-packages/. directory by default. How do i change the installation directory?? Thanks, krithika -- http://mail