From 5c904717322f8113870abf48cc93c3c8b00ab4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 30 Jul 2013 08:51:11 +0000 Subject: [all autotools packages]: normalize ./configure --- main/mpc1/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main/mpc1/APKBUILD') diff --git a/main/mpc1/APKBUILD b/main/mpc1/APKBUILD index a6cb2fdb64..32c6f1c3ef 100644 --- a/main/mpc1/APKBUILD +++ b/main/mpc1/APKBUILD @@ -22,10 +22,11 @@ build() { cd "$_builddir" # workaround for a bug in configure script EGREP=egrep \ - ./configure --prefix=/usr \ - --build=${CBUILD} \ - --host=${CHOST} \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ --with-sysroot="${CBUILDROOT}" \ + --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ -- cgit v1.2.3