summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/add/extract.c')
-rw-r--r--usr.sbin/pkg_install/add/extract.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index 4fb176725402..0578065c16a3 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: extract.c,v 1.6 1994/12/06 00:51:32 jkh Exp $";
+static const char *rcsid = "$Id: extract.c,v 1.7 1995/05/19 22:40:54 jkh Exp $";
#endif
/*
@@ -40,7 +40,7 @@ static const char *rcsid = "$Id: extract.c,v 1.6 1994/12/06 00:51:32 jkh Exp $";
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; \
}