From 3f679aa4d7633a9fa1529d8e1f715487d0a5b9f6 Mon Sep 17 00:00:00 2001 From: jbj Date: Mon, 24 Jan 2000 20:44:29 +0000 Subject: explicitly expand file lists in writeRPM for rpmputtext. CVS patchset: 3534 CVS date: 2000/01/24 20:44:29 --- build/pack.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/pack.c b/build/pack.c index 420129f4c..4c045d188 100644 --- a/build/pack.c +++ b/build/pack.c @@ -295,7 +295,10 @@ int writeRPM(Header h, const char *fileName, int type, &csa->cpioArchiveSize, 1); } - if (!_noDirTokens) compressFilelist(h); + if (_noDirTokens) + expandFilelist(h); + else + compressFilelist(h); /* Create and add the cookie */ if (cookie) { -- cgit v1.2.3