diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-05-01 20:13:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-05-01 20:13:45 +0000 |
commit | 1bc3fa622c6d28450ef321f6ee53e05ec214f9a4 (patch) | |
tree | e461dd46c0adaf7777a5a0798d3f896e0daa85d2 /usr.sbin/pkg_add | |
parent | 791489609e120141e94c40b74f810cda73797399 (diff) |
repair -L option, should work much better if we copy @localbase over...
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PackingList.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingList.pm b/usr.sbin/pkg_add/OpenBSD/PackingList.pm index a63f507b765..9acffccd072 100644 --- a/usr.sbin/pkg_add/OpenBSD/PackingList.pm +++ b/usr.sbin/pkg_add/OpenBSD/PackingList.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: PackingList.pm,v 1.58 2007/05/01 19:54:55 espie Exp $ +# $OpenBSD: PackingList.pm,v 1.59 2007/05/01 20:13:44 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org> # @@ -328,7 +328,7 @@ sub pkgbase($) } our @unique_categories = - (qw(name no-default-conflict manual-installation extrainfo arch)); + (qw(name no-default-conflict manual-installation extrainfo localbase arch)); our @list_categories = (qw(conflict pkgpath incompatibility updateset depend |