Changed tar flags to what should be standard
This commit is contained in:
parent
eb5d1a753b
commit
1ba0a48f14
@ -212,7 +212,7 @@ static int _variables_executables(Configure * configure, Config * config,
|
|||||||
fprintf(fp, "%s", "RM\t= rm -f\n");
|
fprintf(fp, "%s", "RM\t= rm -f\n");
|
||||||
}
|
}
|
||||||
if(config_get(config, "", "package"))
|
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)
|
if(targets != NULL)
|
||||||
{
|
{
|
||||||
fprintf(fp, "%s", "MKDIR\t= mkdir -p\n");
|
fprintf(fp, "%s", "MKDIR\t= mkdir -p\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user