svn path=/nixpkgs/trunk/; revision=5521
This commit is contained in:
Eelco Dolstra 2006-06-24 20:44:19 +00:00
parent 829d0d96ca
commit 4c7b042e32
2 changed files with 139 additions and 139 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,6 @@ while (<>) {
# next unless $pkg eq "xorgserverX11R7";
# print "$pkg\n";
$pkg =~ s/$version//g if $version ne "";
$pkgURLs{$pkg} = $tarball;
$tarball =~ /\/([^\/]*)\.tar\.bz2$/;
my $pkgName = $1;
@ -72,6 +71,7 @@ while (<>) {
next;
}
$pkgURLs{$pkg} = $tarball;
$pkgNames{$pkg} = $pkgName;
my $maybeHash = $pkgHashes{$pkg};