From 5cfda3f8fe1d0b3a7ae64f1b1f4fed5f1eece0c8 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 6 Jan 2013 10:47:30 -0500 Subject: Fix build in hevea --- community/hevea/PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/hevea') diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index d988b2cec..f8bcefdb9 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -18,6 +18,7 @@ md5sums=('5cf0070c7cf5c7c020a657c513eaa0b5') build() { cd $srcdir/$pkgname-$pkgver sed -i 's:usr/local:usr:' Makefile + [ "$CARCH" = "mips64el" ] && (sed -i 's:TARGET=opt:TARGET=byte:' Makefile) make } -- cgit v1.2.3-54-g00ecf