X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fcreate_dep_tar.c;fp=tools%2Fcreate_dep_tar.c;h=3a84f8d9d4ef6933579ea1dfababd3ee358d1126;hb=d7fcf9ff156f2983370dda62e20385ca664f907c;hp=74fdb5692461a3976b799ab1797b67d9ccd6dfe4;hpb=8bae7442eb47bfb50d32a7f25fb212bf6c837923;p=ccan diff --git a/tools/create_dep_tar.c b/tools/create_dep_tar.c index 74fdb569..3a84f8d9 100644 --- a/tools/create_dep_tar.c +++ b/tools/create_dep_tar.c @@ -53,7 +53,7 @@ create_tar(char **deps, const char *dir, const char *targetdir) if (deps != NULL) { cmd_args = strjoin(NULL, deps, " "); - cmd = talloc_asprintf(NULL, TAR_CMD "%s/%s_dependencies.tar %s %s", targetdir, module, cmd_args, dir); + cmd = talloc_asprintf(NULL, TAR_CMD "%s/%s_with_deps.tar %s %s", targetdir, module, cmd_args, dir); } else cmd = talloc_asprintf(NULL, TAR_CMD "%s/%s.tar %s", targetdir, module, dir);