From 8c6111d4abf0b1734a0d4690df32febf5e24bca8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 02:10:35 +0200 Subject: [PATCH] Use the perl-module.sh helper in irssi template to use the correct dirs for the perl module. --HG-- extra : convert_revision : 2cb661f13b391d96b931550fb4649d704b9fd5f2 --- templates/irssi-0.8.12.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/irssi-0.8.12.tmpl b/templates/irssi-0.8.12.tmpl index 32b7a28bd0c..c5fed2e7f2e 100755 --- a/templates/irssi-0.8.12.tmpl +++ b/templates/irssi-0.8.12.tmpl @@ -2,9 +2,11 @@ pkgname=irssi-0.8.12 extract_sufx=".tar.bz2" url=http://www.irssi.org/files -configure_args="--with-terminfo --with-proxy --without-curses - --with-perl-lib=$PKGFS_MASTERDIR/lib/perl5/site_perl" +# We need this to get some perl paths. +. $PKGFS_TMPLHELPDIR/perl-module.sh +configure_args="--with-terminfo --with-proxy --without-curses + --with-perl-lib=$PERL_SITELIBEXP" build_style=gnu_configure short_desc="Secure and modular IRC client with text mode user interface" maintainer="Juan RP "