sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 69dbea2bd7a7efd3003016d88c497c529ced5820
parent 941870bca0767e761f456fd6353b2503e8128dbe
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Tue,  1 Dec 2015 12:34:17 +0100

Make sure it's the system perl we use to make the package

Diffstat:
Mslackbuild/sbotools/sbotools.SlackBuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slackbuild/sbotools/sbotools.SlackBuild b/slackbuild/sbotools/sbotools.SlackBuild @@ -34,7 +34,7 @@ find -L . \ # we set INSTALLMAN3DIR=none to elide the Sort::Versions.3 man page so that we # don't clobber one from perl-Sort-Versions or Sort::Versions. ( cd SBO-Lib - perl Makefile.PL \ + /usr/bin/perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=site \ INSTALLVENDORMAN1DIR=/usr/man/man1 \