pass subpackage name to process_filelist() for doc dir

CVS patchset: 408
CVS date: 1996/02/23 03:47:43
This commit is contained in:
root 1996-02-23 03:47:43 +00:00
parent 211f35618e
commit 3eee5e7604
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ int packageBinaries(Spec s, char *passPhrase)
/**** Process the file list ****/
if (process_filelist(outHeader, pr->filelist, &size, s->name,
if (process_filelist(outHeader, pr->filelist, &size, nametmp,
packageVersion, packageRelease, RPMLEAD_BINARY)) {
return 1;
}