BUGFIX: need to create authors/id if CPAN is unused
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
243ec54e9a
commit
79f8abd3c9
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
use CPAN;
|
||||
CPAN::Config->load;
|
||||
$cpan = $CPAN::Config->{cpan_home};
|
||||
mkdir $cpan.'/sources/authors/id';
|
||||
mkdir $cpan.'/sources/authors/id/K';
|
||||
mkdir $cpan.'/sources/authors/id/K/KO';
|
||||
mkdir $cpan.'/sources/authors/id/K/KO/KOHA';
|
||||
|
|
Loading…
Reference in a new issue