diff options
Diffstat (limited to 'mk/pkginstall/dirs')
-rw-r--r-- | mk/pkginstall/dirs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/dirs b/mk/pkginstall/dirs index 665dbaf4767..b4b2416029a 100644 --- a/mk/pkginstall/dirs +++ b/mk/pkginstall/dirs @@ -1,4 +1,4 @@ -# $NetBSD: dirs,v 1.2 2006/07/19 22:26:26 jlam Exp $ +# $NetBSD: dirs,v 1.3 2006/12/15 12:46:24 martti Exp $ # # Generate a +DIRS script that reference counts directories that are # required for the proper functioning of the package. @@ -170,7 +170,7 @@ REMOVE) ${TEST} -f "$preexist" || { case $d_flags:$_PKG_CONFIG in *f*:*|*:yes) - ${RMDIR} -p $dir 2>/dev/null || ${TRUE}; + ${RMDIR} -p $dir 2>/dev/null || ${TRUE}; ;; esac; } ${RM} -f $perms $preexist $token $token.tmp.* |