diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-05-28 12:08:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-05-28 12:08:23 +0000 |
commit | fb0cb3076f322dd92c7246fbcb742b2a50ff3b4f (patch) | |
tree | d011eea300e0094846ba4db37c432b9a19525c16 /usr.sbin | |
parent | 00e2d92308667f69d755cd046bb4d67cd778441a (diff) |
oops, can't copy CONTENTS twice
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create b/usr.sbin/pkg_add/pkg_create index c9ca7980961..d92d86da55a 100644 --- a/usr.sbin/pkg_add/pkg_create +++ b/usr.sbin/pkg_add/pkg_create @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_create,v 1.103 2007/05/28 11:35:54 espie Exp $ +# $OpenBSD: pkg_create,v 1.104 2007/05/28 12:08:22 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org> # @@ -180,8 +180,6 @@ sub prepare_for_archival package OpenBSD::PackingElement::FCONTENTS; sub makesum_plist { - my ($self, $plist, $base, $stash, $infodir) = @_; - $self->add_object($plist); } sub verify_checksum |