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;
|
use strict;
|
||||||
|
|
||||||
# Example use:
|
# 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/ \
|
||||||
# http://ftp.gnome.org/pub/GNOME/platform/2.10/2.10.1/sources/MD5SUMS-for-bz2
|
# 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;
|
my $md5URL = shift;
|
||||||
|
|
||||||
print <<EOF
|
print <<EOF
|
||||||
# Note: this file was generated automatically by make-listing.sh!
|
# Note: this file was generated automatically by make-listing.pl!
|
||||||
|
|
||||||
{fetchurl} : {
|
{fetchurl} : {
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user