From: root Date: Fri, 23 Feb 1996 03:47:43 +0000 (+0000) Subject: pass subpackage name to process_filelist() for doc dir X-Git-Tag: tznext/4.11.0.1.tizen20130304~11552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3eee5e7604321c1243d051782dc52982d580187e;p=tools%2Flibrpm-tizen.git pass subpackage name to process_filelist() for doc dir CVS patchset: 408 CVS date: 1996/02/23 03:47:43 --- 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; }