artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b550f66
)
fix sign-while-creating mode
author
espie
<espie@openbsd.org>
Sun, 29 Dec 2013 13:40:54 +0000
(13:40 +0000)
committer
espie
<espie@openbsd.org>
Sun, 29 Dec 2013 13:40:54 +0000
(13:40 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
index
8b54b0e
..
aa977de
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.7
3 2013/12/25 14:38:56
espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.7
4 2013/12/29 13:40:54
espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@
-1464,7
+1464,7
@@
sub parse_and_run
$state->{bad} = 0;
if (defined $state->{signer}) {
- $self->add_signature($plist);
+ $self->add_signature($plist
, $state
);
$plist->save if $regen_package;
}