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:
Armijn Hemel 2008-02-26 20:25:21 +00:00
parent d1b9dcd68f
commit 968e4cfe3f

View File

@ -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