1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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

MFC after:	1 day
This commit is contained in:
Akinori MUSHA 2002-08-04 21:27:57 +00:00
parent 752b4d681e
commit 9988e3662f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101339

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