From ea9a8816b779692801a49aeccf42395dc82dd521 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 6 Jun 2007 15:35:21 +0000 Subject: finish moving the size computations out of validate_plist. --- usr.sbin/pkg_add/OpenBSD/Add.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/pkg_add/OpenBSD/Add.pm') diff --git a/usr.sbin/pkg_add/OpenBSD/Add.pm b/usr.sbin/pkg_add/OpenBSD/Add.pm index 5a35bcb0220..6e77e89e917 100644 --- a/usr.sbin/pkg_add/OpenBSD/Add.pm +++ b/usr.sbin/pkg_add/OpenBSD/Add.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Add.pm,v 1.74 2007/06/06 15:31:06 espie Exp $ +# $OpenBSD: Add.pm,v 1.75 2007/06/06 15:35:20 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie # @@ -60,7 +60,6 @@ sub validate_plist my ($plist, $state) = @_; $plist->prepare_for_addition($state, $plist->pkgname); - return $plist->compute_size; } sub record_partial_installation -- cgit v1.2.3