]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-cleanbody.patch
- install cleanup
[packages/rpm.git] / rpm-cleanbody.patch
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
3 @@ -51,7 +51,7 @@
4         if (s && *s)
5             *iobp = rpmiobAppend(*iobp, s, 0);
6         s = _free(s);
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.048905 seconds and 3 git commands to generate.