]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-fix--p-interpreter-and-empty-script.patch
- db_buffer_small patch is needed with db6.0 too (up to 3 retries needed:
[packages/rpm.git] / rpm-fix--p-interpreter-and-empty-script.patch
1 --- rpm-5.4.10/lib/psm.c~       2012-09-10 07:58:10.220193941 +0200
2 +++ rpm-5.4.10/lib/psm.c        2012-09-10 08:00:38.723522037 +0200
3 @@ -1172,8 +1172,7 @@
4  
5  assert(fi->h != NULL);
6      She->tag = psm->scriptTag;
7 -    if (!headerGet(fi->h, She, 0))
8 -       goto exit;
9 +    headerGet(fi->h, She, 0);
10  
11      Phe->tag = psm->progTag;
12      if (!headerGet(fi->h, Phe, 0))
This page took 0.025812 seconds and 3 git commands to generate.