Typo.
authorjbj <devnull@localhost>
Mon, 17 Jan 2000 14:03:44 +0000 (14:03 +0000)
committerjbj <devnull@localhost>
Mon, 17 Jan 2000 14:03:44 +0000 (14:03 +0000)
CVS patchset: 3521
CVS date: 2000/01/17 14:03:44

build.c

diff --git a/build.c b/build.c
index 295fa23..11b4122 100644 (file)
--- a/build.c
+++ b/build.c
@@ -110,7 +110,7 @@ static int buildForTarget(const char *arg, struct rpmBuildArguments *ba,
        const char * tmpSpecFile;
        char * cmd, *s;
        int res;
-       static const char *zcmds[] = { "cat", "gzip", "bunzip2", "cat" };
+       static const char *zcmds[] = { "cat", "gunzip", "bunzip2", "cat" };
 
        specDir = rpmGetPath("%{_specdir}", NULL);