From 7ab0c835714690031cbcd11a8c1c3b2d8b2a290e Mon Sep 17 00:00:00 2001 From: marc Date: Thu, 15 Jan 1998 15:36:52 +0000 Subject: [PATCH] Hmm, why don't we actually pass the archive through gzip? That sounds like a good idea. CVS patchset: 1968 CVS date: 1998/01/15 15:36:52 --- build/pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pack.c b/build/pack.c index ad149dc..122e014 100644 --- a/build/pack.c +++ b/build/pack.c @@ -302,7 +302,7 @@ static int cpio_gzip(int fd, struct cpioFileMapping *cpioList, return RPMERR_FORK; } - rc = cpioBuildArchive(fd, cpioList, cpioCount, NULL, NULL, + rc = cpioBuildArchive(toGzip[1], cpioList, cpioCount, NULL, NULL, archiveSize, &failedFile); close(toGzip[1]); -- 2.7.4