mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
actually rename the comments in make-listing.pl to make-listing.pl instead of make-listing.sh
svn path=/nixpkgs/trunk/; revision=10866
This commit is contained in:
parent
d1b9dcd68f
commit
968e4cfe3f
@ -3,7 +3,7 @@
|
||||
use strict;
|
||||
|
||||
# Example use:
|
||||
# ./make-listing.sh \
|
||||
# ./make-listing.pl \
|
||||
# http://ftp.gnome.org/pub/GNOME/platform/2.10/2.10.1/sources/ \
|
||||
# http://ftp.gnome.org/pub/GNOME/platform/2.10/2.10.1/sources/MD5SUMS-for-bz2
|
||||
|
||||
@ -11,7 +11,7 @@ my $baseURL = shift;
|
||||
my $md5URL = shift;
|
||||
|
||||
print <<EOF
|
||||
# Note: this file was generated automatically by make-listing.sh!
|
||||
# Note: this file was generated automatically by make-listing.pl!
|
||||
|
||||
{fetchurl} : {
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user