diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (patch) | |
| tree | a225c25e840ec7274824d5c7c0d45fd244832a09 /usr.sbin/pkg_install | |
| parent | a7f56066b1c5f0d92fec969fc2c4205137454257 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/add/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index d549f8a1040f..d4cc6ae25c97 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -193,7 +193,7 @@ getpackagesite(void) strcpy(sitepath, u.machine); if (reldate == 330000) - strcat(sitepath, "/packages-3.3/"); + strcat(sitepath, "/packages-3.3-release/"); else if (330000 < reldate && reldate < 400000) strcat(sitepath, "/packages-3-stable/Latest/"); else |
