From d1bbf07a534c7cd70cb28c748dad9a9e768f403b Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sat, 8 Jul 2017 16:30:22 -0300 Subject: community/[various]: fix trailing whitespace --- community/dateutils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/dateutils') diff --git a/community/dateutils/APKBUILD b/community/dateutils/APKBUILD index ccdc310186a..4c5fb661013 100644 --- a/community/dateutils/APKBUILD +++ b/community/dateutils/APKBUILD @@ -23,7 +23,7 @@ build() { cd "$builddir" ./configure \ --prefix=/usr \ - --enable-static=no + --enable-static=no make || return 1 } -- cgit v1.2.3