diff options
author | Francois Pons <fpons@mandriva.com> | 2001-03-01 17:06:36 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-03-01 17:06:36 +0000 |
commit | f86133e756be5b68e8bea52693cfc6564c305124 (patch) | |
tree | 140c47c91aa9a5aed2da79a939ddefdeb4b13df4 /gendistrib | |
parent | 6977c59931563c95a4ea2eaac80087d28771cdae (diff) | |
download | rpmtools-f86133e756be5b68e8bea52693cfc6564c305124.tar rpmtools-f86133e756be5b68e8bea52693cfc6564c305124.tar.gz rpmtools-f86133e756be5b68e8bea52693cfc6564c305124.tar.bz2 rpmtools-f86133e756be5b68e8bea52693cfc6564c305124.tar.xz rpmtools-f86133e756be5b68e8bea52693cfc6564c305124.zip |
*** empty log message ***
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ unless ($nohdlists) { -d "$root/$dir" or die "unable to find a valid root directory which contains $dir\n"; print STDERR "building hdlist $hdlist as \"$descr\"\n with rpms directory $root/$dir\n"; - $params->build_hdlist($noclean, ($ENV{TMPDIR} || "/tmp") . "/.build_hdlist", $hdlist, glob("$root/$dir/*.rpm")); + $params->build_hdlist($noclean, 9, ($ENV{TMPDIR} || "/tmp") . "/.build_hdlist", $hdlist, glob("$root/$dir/*.rpm")); } } |