synch with changes
This commit is contained in:
parent
e7dd701872
commit
f4978ac9af
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $OpenBSD: check-lib-depends,v 1.3 2004/11/11 15:38:02 espie Exp $
|
||||
# $OpenBSD: check-lib-depends,v 1.4 2004/11/13 11:49:48 espie Exp $
|
||||
# Copyright (c) 2004 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
@ -74,7 +74,7 @@ sub check_libs
|
||||
}
|
||||
my $file = $handle->next();
|
||||
$file->{destdir} = $where;
|
||||
$file->{cwd} = $item->{cwd};
|
||||
$file->{cwd} = $item->cwd();
|
||||
$file->{name} = $fullname;
|
||||
my $linux_bin = 0;
|
||||
my $freebsd_bin = 0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
# $OpenBSD: check-manpages,v 1.3 2004/03/04 17:48:29 espie Exp $
|
||||
# $OpenBSD: check-manpages,v 1.4 2004/11/13 11:49:48 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2004 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -50,7 +50,7 @@ for my $pkgname (@ARGV) {
|
||||
$file->{name} = $n;
|
||||
$n =~ m,^(.*/man)/(?:man.*?|cat.?)/,;
|
||||
$mandirs{"$extract_dir$1"} = 1;
|
||||
$file->{cwd} = $item->{cwd};
|
||||
$file->{cwd} = $item->cwd();
|
||||
$file->{destdir} = $extract_dir;
|
||||
eval { $file->create(); };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user