]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-python-sitescriptdir.patch
- add provides/requires scripts macros for perl and python
[packages/rpm.git] / rpm-python-sitescriptdir.patch
CommitLineData
fe4a55c2
ER
1--- rpm-5.4.16/lib/rpmfc.c~ 2016-03-16 00:28:12.000000000 +0200
2+++ rpm-5.4.16/lib/rpmfc.c 2016-03-16 00:29:01.267117051 +0200
3@@ -1139,7 +1139,7 @@
b10643ac
JR
4 /* Generate package and per-file dependencies. */
5 for (fc->ix = 0; fc->fn[fc->ix] != NULL; fc->ix++) {
6
7- /* XXX Insure that /usr/lib{,64}/python files are marked RPMFC_PYTHON */
8+ /* XXX Insure that /usr/{share,lib{,64}}/python files are marked RPMFC_PYTHON */
fe4a55c2 9 /* XXX HACK: classification by path is intrinsically non-portable. */
b10643ac
JR
10 { fn = strstr(fc->fn[fc->ix], "/usr/lib");
11 if (fn) {
This page took 0.082487 seconds and 4 git commands to generate.