From 44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 1 Mar 2012 21:08:24 +0200 Subject: testing/enlightenment: fix a bashims in configure --- testing/enlightenment/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/enlightenment/APKBUILD b/testing/enlightenment/APKBUILD index 541f5eab6..11df61ea0 100644 --- a/testing/enlightenment/APKBUILD +++ b/testing/enlightenment/APKBUILD @@ -23,6 +23,8 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + # fix a bashims + sed -e 's/efm_requires+="/efm_requires="$efm_requires /' -i configure } build() { -- cgit v1.2.3