diff options
-rw-r--r-- | perl-template.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index 3166220..df5d2e6 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -84,9 +84,11 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Your application may need different configure flags; -# these are provided as an example only. -perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3 +# Your application may need different flags; these are provided as examples +perl Makefile.PL \ + PREFIX=/usr \ + INSTALLDIRS=vendor \ + INSTALLVENDORMAN3DIR=/usr/man/man3 # Compile the application, test, and install it into the $PKG directory make |