Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.
MFC after: 1 day
This commit is contained in:
parent
50eabf8699
commit
c7876d4ed3
@ -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