]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-fix--p-interpreter-and-empty-script.patch
convert cpu-os-macros to ar archive instead of untracked .tar.gz
[packages/rpm.git] / rpm-fix--p-interpreter-and-empty-script.patch
CommitLineData
9f9190ed
JR
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
1df4fbc2 3@@ -1172,8 +1172,7 @@
9f9190ed
JR
4
5 assert(fi->h != NULL);
6 She->tag = psm->scriptTag;
7- if (!headerGet(fi->h, She, 0))
8- goto exit;
1df4fbc2 9+ headerGet(fi->h, She, 0);
9f9190ed 10
1df4fbc2
JR
11 Phe->tag = psm->progTag;
12 if (!headerGet(fi->h, Phe, 0))
This page took 0.027091 seconds and 4 git commands to generate.