]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-postun-nofail.patch
- try checking and creating build dirs after spec parse (PLD _specdir dir contains...
[packages/rpm.git] / rpm-postun-nofail.patch
1 --- rpm-4.5/lib/psm.c.org       2008-11-21 17:20:34.293584455 +0100
2 +++ rpm-4.5/lib/psm.c   2008-11-21 17:21:41.482728047 +0100
3 @@ -789,8 +789,8 @@
4         }
5  
6         if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOPOSTUN)) {
7 -           rc = runInstScript(psm, RPMTAG_POSTUN);
8 -           if (rc) break;
9 +           if (runInstScript(psm, RPMTAG_POSTUN))
10 +               rpmlog(RPMLOG_INFO, _("Ignoring failed %%postun scriptlet\n"));
11         }
12  
13         if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOTRIGGERPOSTUN)) {
This page took 0.031197 seconds and 3 git commands to generate.