pkg: settle the uniq extension to .pkg instead of .bsd

Requested by:	many
This commit is contained in:
Baptiste Daroussin 2021-03-16 16:18:48 +01:00
parent 54ac6f721e
commit c244b1d8a3

View file

@ -85,7 +85,7 @@ struct fingerprint {
};
static const char *bootstrap_names [] = {
"pkg.bsd",
"pkg.pkg",
"pkg.txz",
NULL
};