Skip to content

Commit

Permalink
Install the POD files into the correct folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gallandarakhneorg committed May 4, 2014
1 parent 34eddeb commit b4d6f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ else {
$BINDIRECTORY = File::Spec->catfile("$PREFIX",'bin');
$ETCDIRECTORY = File::Spec->catfile("$ETCPREFIX",'autolatex');
$MANDIRECTORY = File::Spec->catfile("$MANPREFIX",'man1');
$DOCDIRECTORY = File::Spec->catfile("$DOCPREFIX",'autolatex');
$DOCDIRECTORY = File::Spec->catfile("$INSTALLDIRECTORY",'doc');
$LOCALEDIRECTORY = File::Spec->catfile("$PREFIX",'share', 'locale');
$ICONDIRECTORY = File::Spec->catfile("$PREFIX",'share', 'icons');
$STYDIRECTORY = File::Spec->catfile("$TEXPREFIX",'tex','latex','autolatex');
Expand Down

0 comments on commit b4d6f07

Please sign in to comment.