Message186483
| Author | bkabrda |
|---|---|
| Recipients | bkabrda, ned.deily |
| Date | 2013-04-10.08:59:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1365584347.22.0.592916935944.issue17679@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm attaching a patch that I'm currently using to solve this. It works, but it's a bit aggressive - in the sense that it only adds a string to the sysconfig variable iff this string is not a substring of current variable value. So it may corrupt some values, e.g. it wouldn't add "python" to variable if that variable already had "/usr/lib/python". But it seems to get all the values just fine for me. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-10 08:59:07 | bkabrda | set | recipients: + bkabrda, ned.deily |
| 2013-04-10 08:59:07 | bkabrda | set | messageid: <1365584347.22.0.592916935944.issue17679@psf.upfronthosting.co.za> |
| 2013-04-10 08:59:07 | bkabrda | link | issue17679 messages |
| 2013-04-10 08:59:06 | bkabrda | create | |