Browse Source

avoid 'Broken Pipe' messages on some systems

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
b506a1b3c7
  1. 1
      openpkg-tool/openpkg-index.pl
  2. 4
      openpkg-tool/openpkg-tool.spec

1
openpkg-tool/openpkg-index.pl

@ -654,6 +654,7 @@ EOFEOF
sub rpm2spec ($) {
my($fn) = @_;
local($SIG{'PIPE'}) = 'IGNORE';
my($pipe) = new FileHandle "$R2C '$fn' |"
or die "FATAL: cannot read '$fn' ($!)\n";
my($buf,@hdr,$n,$m,$name,$step);

4
openpkg-tool/openpkg-tool.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group: Bootstrapping
License: GPL
Version: 20030803
Release: 20030803
Version: 20030816
Release: 20030816
# list of sources
Source0: openpkg.sh

Loading…
Cancel
Save