From 6f498bb8ad33a3daa5a84fe03ddf9b3e0bd5b22c Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 1 Jun 2010 09:53:01 -0500 Subject: perl-template.SlackBuild: Minor tweaks. --- perl-template.SlackBuild | 8 +++++--- 1 file 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 -- cgit v1.2.3