summaryrefslogtreecommitdiff
path: root/mk/pkginstall/files
diff options
context:
space:
mode:
Diffstat (limited to 'mk/pkginstall/files')
-rw-r--r--mk/pkginstall/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/files b/mk/pkginstall/files
index 61a3ff6715d..a8611cff65a 100644
--- a/mk/pkginstall/files
+++ b/mk/pkginstall/files
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.4 2007/07/12 19:41:46 jlam Exp $
+# $NetBSD: files,v 1.5 2008/01/04 21:50:27 heinz Exp $
#
# Generate a +FILES script that reference counts config files that are
# required for the proper functioning of the package.
@@ -425,8 +425,8 @@ CHECK-PERMS)
exit 1
;;
esac; }
- ${RM} -fr $tmpdir
${TEST} $? -eq 0 || exitcode=1
+ ${RM} -fr $tmpdir
;;
*)