diff options
Diffstat (limited to 'community/biber/APKBUILD')
-rw-r--r-- | community/biber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD index ccd74a8f54..fd31cec360 100644 --- a/community/biber/APKBUILD +++ b/community/biber/APKBUILD @@ -33,7 +33,7 @@ prepare() { build() { cd "$builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - ./Build && ./Build test + ./Build } package() { |