pass subpackage name to process_filelist() for doc dir
authorroot <devnull@localhost>
Fri, 23 Feb 1996 03:47:43 +0000 (03:47 +0000)
committerroot <devnull@localhost>
Fri, 23 Feb 1996 03:47:43 +0000 (03:47 +0000)
CVS patchset: 408
CVS date: 1996/02/23 03:47:43

build/pack.c

index d177d5c..5348ae7 100644 (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;
        }