diff options
Diffstat (limited to 'community/perl-moose')
-rw-r--r-- | community/perl-moose/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-moose/APKBUILD b/community/perl-moose/APKBUILD index 7337e721d5..4d063da86b 100644 --- a/community/perl-moose/APKBUILD +++ b/community/perl-moose/APKBUILD @@ -34,7 +34,7 @@ prepare() { build() { cd "$builddir" - make + make } package() { |