diff options
-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. |