diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-02-24 23:20:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-27 13:22:37 +0700 |
commit | 87f1fd3e5ac5c293a9c1554d4f3292a5cdab3321 (patch) | |
tree | 724a08f03f1616c4f470a11b46245c044cad7d56 /network/spamassassin | |
parent | d3e2e743a4d9442a31e0556049df9b9f7634c2f7 (diff) | |
download | slackbuilds-87f1fd3e5ac5c293a9c1554d4f3292a5cdab3321.tar.gz |
network/spamassassin: Kill prompt during build.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/spamassassin')
-rw-r--r-- | network/spamassassin/spamassassin.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/spamassassin/spamassassin.SlackBuild b/network/spamassassin/spamassassin.SlackBuild index 814f6b1115..d17f9d5e45 100644 --- a/network/spamassassin/spamassassin.SlackBuild +++ b/network/spamassassin/spamassassin.SlackBuild @@ -70,6 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +PERL_MM_USE_DEFAULT=1 \ perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ |