diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2010-07-03 14:15:35 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-07-03 14:15:35 -0400 |
commit | a71bd57bcb5a804d3588d0df9682f47380056252 (patch) | |
tree | c54198e5ab52e85d3570f97e7491b158eebf9ac1 | |
parent | 662df972b84894fb294b418d7b4cb2e7afff90eb (diff) |
Add man paths to install method #2.
-rw-r--r-- | perl-template.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index 4668b83..38685b0 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -103,7 +103,9 @@ perl Build.PL \ destdir=$PKG ./Build ./Build test -./Build install +./Build install \ + --install_path bindoc=/usr/man/man1 \ + --install_path libdoc=/usr/man/man3 # Strip binaries and libraries - # If this is not needed,remove it from the script. |