perl: create link '/usr/local/bin/perl' to perl binary

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-11 18:02:30 +02:00
parent bb716e8a49
commit eea9ee8a67
1 changed files with 3 additions and 0 deletions

View File

@ -16,5 +16,8 @@ class perl {
creates => $perlDir,
configure_command => 'sh ./Configure',
flags => "-des -Dprefix=${perlDir}",
} -> file { '/usr/local/bin/perl':
ensure => link,
target => "${perlDir}/bin/perl",
}
}