]> git.pld-linux.org Git - packages/rpm.git/blob - python-libx32.patch
- don't install and package some useless scripts
[packages/rpm.git] / python-libx32.patch
1 --- rpm-5.4.15/lib/rpmfc.c.old  2015-02-27 14:41:47.000000000 +0000
2 +++ rpm-5.4.15/lib/rpmfc.c      2015-02-27 14:59:44.000000000 +0000
3 @@ -1153,6 +1153,7 @@ assert(fc->fn != NULL);
4         {   fn = strstr(fc->fn[fc->ix], "/usr/lib");
5             if (fn) {
6                 fn += sizeof("/usr/lib")-1;
7 +               if (fn[0] == 'x') fn++;
8                 if ((fn[0] == '3' && fn[1] == '2') || 
9                         (fn[0] == '6' && fn[1] == '4'))
10                     fn += 2;
This page took 0.033739 seconds and 3 git commands to generate.