From 37c14deefde19857625013aaf71cfef0c2d6ee13 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 18 Jan 2007 18:41:07 +0000 Subject: 2007-01-18 Jeremy Katz * loader2/method.c (unpackCpioBall): Fix the build --- loader2/method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader2/method.c') diff --git a/loader2/method.c b/loader2/method.c index ebb92e71f..5eb6179f1 100644 --- a/loader2/method.c +++ b/loader2/method.c @@ -530,7 +530,7 @@ int unpackCpioBall(char * ballPath, char * rootDir) { buf = (char *)malloc(PATH_MAX); cwd = getcwd(buf, PATH_MAX); if ((rc = chdir(rootDir)) == 0) { - fd = gunzip_open(path); + fd = gunzip_open(ballPath); if (fd) { if (!installCpioFile(fd, NULL, NULL, 0)) { logMessage(INFO, "copied contents of %s into %s", ballPath, -- cgit