Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.
MFC after: 1 day
This commit is contained in:
parent
752b4d681e
commit
9988e3662f
@ -252,7 +252,7 @@ fileFindByPath(const char *base, const char *fname)
|
||||
{
|
||||
static char tmp[FILENAME_MAX];
|
||||
char *cp;
|
||||
const char *suffixes[] = {".tgz", ".tar", ".tbz2", NULL};
|
||||
const char *suffixes[] = {".tgz", ".tar", ".tbz", NULL};
|
||||
int i;
|
||||
|
||||
if (fexists(fname) && isfile(fname)) {
|
||||
|
Loading…
Reference in New Issue
Block a user