diff options
author | Justin Davis <jrcd83@gmail.com> | 2011-09-21 22:10:37 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2011-09-21 22:10:37 +0200 |
commit | 5c66d417ad4c90238ecb9f0cbce5502844e4d576 (patch) | |
tree | cc63e0af05ec8f58ca67d267050b076855769a69 /bin/metas/perl.d/cpandists | |
parent | 197f4ace2306b7b235748d9961d655858b39c2c7 (diff) | |
download | genpkg-5c66d417ad4c90238ecb9f0cbce5502844e4d576.tar.gz genpkg-5c66d417ad4c90238ecb9f0cbce5502844e4d576.tar.xz |
Forgot to add cpandists file for fetching CPAN dist list.
Diffstat (limited to 'bin/metas/perl.d/cpandists')
-rwxr-xr-x | bin/metas/perl.d/cpandists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/metas/perl.d/cpandists b/bin/metas/perl.d/cpandists index 45dbef2..9273bd4 100755 --- a/bin/metas/perl.d/cpandists +++ b/bin/metas/perl.d/cpandists @@ -1,6 +1,6 @@ #!/bin/sh -mirror=ftp://cpan.pair.com +mirror=${CPANMIRROR:-ftp://cpan.pair.com} path=/modules/02packages.details.txt.gz curl --silent $mirror$path | gzip -dc | awk ' |