X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fcreate_dep_tar.c;h=3a84f8d9d4ef6933579ea1dfababd3ee358d1126;hp=74fdb5692461a3976b799ab1797b67d9ccd6dfe4;hb=d7fcf9ff156f2983370dda62e20385ca664f907c;hpb=cc1e3419b6c5e4abf1b99b0094bc3e134356525e 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);