diff options
Diffstat (limited to 'mk/pkginstall/files')
-rw-r--r-- | mk/pkginstall/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/files b/mk/pkginstall/files index 5ab7d98009e..8571577a4d8 100644 --- a/mk/pkginstall/files +++ b/mk/pkginstall/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.2 2006/07/19 22:26:26 jlam Exp $ +# $NetBSD: files,v 1.3 2006/12/15 13:15:06 martti Exp $ # # Generate a +FILES script that reference counts config files that are # required for the proper functioning of the package. @@ -396,7 +396,7 @@ CHECK-PERMS) *:$f_user:$f_group) continue ;; esac ;; - [!:]*::) + [!:]*::) case "$perms" in $longmode:*:*) continue ;; esac |