Copy the I18N table to the source header so i18n works there

CVS patchset: 2107
CVS date: 1998/05/05 18:24:36
This commit is contained in:
marc 1998-05-05 18:24:36 +00:00
parent 27e10f28bb
commit 2a0f3482cb
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
strings plucked from i18n strings
- do not remove comments in scripts
- save/restore existing arch when done with buildarch
- copy the I18N table to the source header so i18n stuff works
2.4.108 -> 2.4.109:
- remove icons with --rmsource

View File

@ -143,6 +143,7 @@ int processSourceFiles(Spec spec)
case RPMTAG_CHANGELOGNAME:
case RPMTAG_CHANGELOGTEXT:
case RPMTAG_URL:
case HEADER_I18NTABLE:
headerAddEntry(spec->sourceHeader, tag, type, ptr, count);
break;
default: