]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-cleanbody.patch
- release 47
[packages/rpm.git] / rpm-cleanbody.patch
CommitLineData
a3809792
JR
1--- rpm-4.4.9/build/parseBuildInstallClean.c 2008-01-30 23:16:55.347346942 +0200
2+++ rpm-4.4.9/build/parseBuildInstallClean.c 2008-01-30 23:22:24.241459876 +0200
26ea8a78 3@@ -51,7 +51,7 @@
a3809792 4 if (s && *s)
26ea8a78 5 *iobp = rpmiobAppend(*iobp, s, 0);
a3809792 6 s = _free(s);
26ea8a78
JR
7-#if !defined(RPM_VENDOR_OPENPKG) /* still-support-section-clean */
8+#if !defined(RPM_VENDOR_OPENPKG) && !defined(RPM_VENDOR_PLD) /* still-support-section-clean */
9 /* OpenPKG still wishes to use "%clean" script/section */
10 iobp = NULL; /* XXX skip %clean from spec file. */
11 #endif
This page took 0.078541 seconds and 4 git commands to generate.