From: espie Date: Sun, 25 Jul 2010 05:20:34 +0000 (+0000) Subject: oops X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=14f93113b070b968432cbddf76f78f2889e9775e;p=openbsd oops --- diff --git a/usr.sbin/pkg_add/OpenBSD/Delete.pm b/usr.sbin/pkg_add/OpenBSD/Delete.pm index 73a76991365..32c40f8a5c0 100644 --- a/usr.sbin/pkg_add/OpenBSD/Delete.pm +++ b/usr.sbin/pkg_add/OpenBSD/Delete.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Delete.pm,v 1.106 2010/07/24 10:49:01 espie Exp $ +# $OpenBSD: Delete.pm,v 1.107 2010/07/25 05:20:34 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie # @@ -311,7 +311,7 @@ sub prepare_for_deletion { my ($self, $state, $pkgname) = @_; my $fname = $state->{destdir}.$self->fullname; - $state->vstat->remove_directory($fname); +# $state->vstat->remove_directory($fname); return unless $self->{noshadow}; $state->{noshadow}->{$state->{destdir}.$self->fullname} = 1; }