Add missing \n when generating pkg.conf
Reported by: beat Approved by: des (mentor) MFC after: 1 day
This commit is contained in:
parent
9d569918e6
commit
514ead92ea
@ -371,7 +371,7 @@ bootstrap_pkg(void)
|
||||
config = fopen(conf, "w+");
|
||||
if (config == NULL)
|
||||
goto cleanup;
|
||||
fprintf(config, "packagesite: %s", url);
|
||||
fprintf(config, "packagesite: %s\n", url);
|
||||
fclose(config);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user