aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-01 12:34:17 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-01 12:34:17 +0100
commit69dbea2bd7a7efd3003016d88c497c529ced5820 (patch)
tree89ec8e1825cf51ca18d609978f6cee9ea0a1c29a
parent941870bca0767e761f456fd6353b2503e8128dbe (diff)
downloadsbotools2-69dbea2bd7a7efd3003016d88c497c529ced5820.tar.xz
Make sure it's the system perl we use to make the package
-rwxr-xr-xslackbuild/sbotools/sbotools.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/slackbuild/sbotools/sbotools.SlackBuild b/slackbuild/sbotools/sbotools.SlackBuild
index abad773..4274c63 100755
--- 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 \