Changed tar flags to what should be standard

This commit is contained in:
Pierre Pronchery 2006-03-29 22:22:38 +00:00
parent eb5d1a753b
commit 1ba0a48f14

View File

@ -212,7 +212,7 @@ static int _variables_executables(Configure * configure, Config * config,
fprintf(fp, "%s", "RM\t= rm -f\n");
}
if(config_get(config, "", "package"))
fprintf(fp, "%s", "LN\t= ln -sf\nTAR\t= tar cfzv\n");
fprintf(fp, "%s", "LN\t= ln -sf\nTAR\t= tar -czvf\n");
if(targets != NULL)
{
fprintf(fp, "%s", "MKDIR\t= mkdir -p\n");