perl: fix path to configure script.

--HG--
extra : convert_revision : cb25308baa28b85fe0055366214aa623a885c7ec
This commit is contained in:
Juan RP 2008-10-16 05:24:32 +02:00
parent 23a1318acd
commit 009c05c517

View file

@ -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