From 27af559c3636f5365c3804d0f1f26a1aae5a0ea8 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 14 Feb 1997 01:52:38 +0000 Subject: [PATCH] Put back @owner/@group/@mode behavior I took out way back when. Submitted-By: pst --- usr.sbin/pkg_install/add/extract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c index 8f4b912c3784..a55a18ac6a52 100644 --- a/usr.sbin/pkg_install/add/extract.c +++ b/usr.sbin/pkg_install/add/extract.c @@ -40,7 +40,7 @@ static const char *rcsid = "$FreeBSD$"; where_count = sizeof(STARTSTRING)-1; \ } \ if (perm_count) { \ - if (!isdir(todir)) apply_perms(todir, perm_args); \ + apply_perms(todir, perm_args); \ perm_args[0] = 0;\ perm_count = 0; \ }