Roundup Tracker - Issues

Message7280

Author tttech-klonner
Recipients rouilj, schlatterbeck, tttech-klonner
Date 2021-06-11.07:49:49
Message-id <1623397790.69.0.00502277093797.issue2551143@roundup.psfhosted.org>
In-reply-to
Hi John,

thanks for the fast patch. Now I have the following behavior:

1) setup.py + patch and cmd "python setup.py install":
   -> share/roundup goes to /usr/share (instead of egg path) but 
installation is under /usr/local
-> improvement

2) setup.py + patch and cmd "python setup.py install --
prefix=/usr/local":
   -> share/roundup and installation go to /usr/local
-> correct


Behavior 2) would be OK for me but I think when not specifying a prefix 
like in case 1) the installation and the placement of share/ should have 
the same prefix and the default seems to be /usr/local and this behavior 
we had until beginning of April.
Can we get the default prefix somehow into the patch?
History
Date User Action Args
2021-06-11 07:49:50tttech-klonnersetmessageid: <1623397790.69.0.00502277093797.issue2551143@roundup.psfhosted.org>
2021-06-11 07:49:50tttech-klonnersetrecipients: + tttech-klonner, schlatterbeck, rouilj
2021-06-11 07:49:50tttech-klonnerlinkissue2551143 messages
2021-06-11 07:49:49tttech-klonnercreate