diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/enlightenment/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/enlightenment/APKBUILD b/testing/enlightenment/APKBUILD index 541f5eab62..11df61ea07 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() { |