diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-12 06:10:25 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-12 06:10:25 +0000 |
| commit | 43ebd114dbb47cb807bfdcda5d150587be185755 (patch) | |
| tree | f511f29ab25c246b92e2e470fc6a8cb561c0d3f0 /usr.sbin/pkg_install/lib | |
| parent | 62bb87a900b77c7436832464dba3f57ca28819a7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
| -rw-r--r-- | usr.sbin/pkg_install/lib/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index 9aed73cf3999..b41a71134669 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: file.c,v 1.34 1998/10/14 18:52:04 jkh Exp $"; + "$Id: file.c,v 1.35 1998/12/05 06:29:03 asami Exp $"; #endif /* @@ -216,6 +216,7 @@ fileGetURL(char *base, char *spec) /* Otherwise, we've been given an environment variable hinting at the right location from sysinstall */ strcpy(fname, hint); strcat(fname, spec); + strcat(fname, ".tgz"); } } else |
