From 0749ecf6ddf659badcb6f9aed9380cd41b391072 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 3 Jan 2012 06:50:34 +0000 Subject: testing/perl-graphviz: fixed build problem --- testing/perl-graphviz/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/perl-graphviz/APKBUILD b/testing/perl-graphviz/APKBUILD index ee40a40e7e..9911fe5f1d 100644 --- a/testing/perl-graphviz/APKBUILD +++ b/testing/perl-graphviz/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-graphviz _pkgreal=GraphViz pkgver=2.09 -pkgrel=3 +pkgrel=4 pkgdesc="Perl module for GraphViz" url="http://search.cpan.org/dist/GraphViz/" arch="noarch" @@ -26,7 +26,7 @@ prepare() { build() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - ./Build && ./Build test + ./Build } package() { -- cgit v1.2.3