diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-graphviz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |