From ce5c6a06aea92809db6f9fbc4c52016baef520f8 Mon Sep 17 00:00:00 2001 From: Daniel Sabogal Date: Thu, 20 Oct 2016 23:31:18 -0400 Subject: testing/octave: fix whitespace --- testing/octave/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testing') diff --git a/testing/octave/APKBUILD b/testing/octave/APKBUILD index ac17a29931..4153908c3f 100644 --- a/testing/octave/APKBUILD +++ b/testing/octave/APKBUILD @@ -31,13 +31,13 @@ prepare() { build() { cd "$builddir" ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --localstatedir=/var \ + --mandir=/usr/share/man \ + --localstatedir=/var \ --enable-shared \ --disable-static \ || return 1 -- cgit v1.2.3