From 3eee5e7604321c1243d051782dc52982d580187e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Feb 1996 03:47:43 +0000 Subject: [PATCH] pass subpackage name to process_filelist() for doc dir CVS patchset: 408 CVS date: 1996/02/23 03:47:43 --- build/pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pack.c b/build/pack.c index d177d5c..5348ae7 100644 --- a/build/pack.c +++ b/build/pack.c @@ -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; } -- 2.7.4