From 49568467b45dc390f37ede6491d231082f2aa6b7 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 13 Aug 2001 04:18:30 +0000 Subject: Reduce private "lesser known" function redirection to improve clarity. Approved by: jkh --- usr.sbin/pkg_install/create/perform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pkg_install/create') diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c index 0c32ea6..252a457 100644 --- a/usr.sbin/pkg_install/create/perform.c +++ b/usr.sbin/pkg_install/create/perform.c @@ -154,7 +154,7 @@ pkg_perform(char **pkgs) * at the top. */ if (find_plist(&plist, PLIST_NAME) == NULL) - add_plist_top(&plist, PLIST_NAME, basename_of(pkg)); + add_plist_top(&plist, PLIST_NAME, basename(pkg)); /* * We're just here for to dump out a revised plist for the FreeBSD ports -- cgit v1.1