From 009c05c5173bd817501b82730d49efdfb064e16a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Oct 2008 05:24:32 +0200 Subject: [PATCH] perl: fix path to configure script. --HG-- extra : convert_revision : cb25308baa28b85fe0055366214aa623a885c7ec --- templates/perl.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/perl.tmpl b/templates/perl.tmpl index 85f96a4825e..b22cacde4f6 100644 --- a/templates/perl.tmpl +++ b/templates/perl.tmpl @@ -3,7 +3,7 @@ pkgname=perl version=5.10.0 patch_files="$pkgname-dont-hardcode-rpath.diff" distfiles="http://www.cpan.org/src/$pkgname-$version@.tar.gz" -configure_script="Configure" +configure_script="./Configure" configure_args="-Dusethreads -des -Dprefix=$XBPS_DESTDIR/$pkgname-$version -Ui_malloc -Uusemymalloc -Dinstallstyle=lib/perl5" build_style=configure