Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.

MFC after:	1 day
This commit is contained in:
knu 2002-08-04 21:27:57 +00:00
parent 50eabf8699
commit c7876d4ed3

View File

@ -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)) {