summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-14 01:52:38 +0000
committerjkh <jkh@FreeBSD.org>1997-02-14 01:52:38 +0000
commit5df56eba05bd42aabc3b3f041306394f28c2feac (patch)
treefd2c63a76c41d647051184b7c48be8a43f8f0f4e /usr.sbin/pkg_install
parentd5bf85c1841726e8c958e67746dd590f4996c87a (diff)
downloadFreeBSD-src-5df56eba05bd42aabc3b3f041306394f28c2feac.zip
FreeBSD-src-5df56eba05bd42aabc3b3f041306394f28c2feac.tar.gz
Put back @owner/@group/@mode behavior I took out way back when.
Submitted-By: pst
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index 8f4b912..a55a18a 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; \
}
OpenPOWER on IntegriCloud