diff options
author | 2005-11-05 10:59:21 +0000 | |
---|---|---|
committer | 2005-11-05 10:59:21 +0000 | |
commit | 0b95cb4d603e54f4c1adb6ee41859e0fd21a3945 (patch) | |
tree | c1133487a0f58530e8e6155672c0e10daa8a0c5a | |
parent | -F conflicts does not really exist, so don't document it (diff) | |
download | wireguard-openbsd-0b95cb4d603e54f4c1adb6ee41859e0fd21a3945.tar.xz wireguard-openbsd-0b95cb4d603e54f4c1adb6ee41859e0fd21a3945.zip |
same fix as Add.pm: make sure we parse the whole package.
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Update.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm index 4238434e4c3..de0933542df 100644 --- a/usr.sbin/pkg_add/OpenBSD/Update.pm +++ b/usr.sbin/pkg_add/OpenBSD/Update.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Update.pm,v 1.58 2005/10/19 10:41:19 espie Exp $ +# $OpenBSD: Update.pm,v 1.59 2005/11/05 10:59:21 espie Exp $ # # Copyright (c) 2004 Marc Espie <espie@openbsd.org> # @@ -72,6 +72,7 @@ sub extract } if ($state->{not}) { print "extracting tempfile under $d\n" if $state->{very_verbose}; + $state->{archive}->skip(); } else { if (!-e _) { File::Path::mkpath($d); |