summaryrefslogtreecommitdiffstats
path: root/testing/enlightenment/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/enlightenment/APKBUILD')
-rw-r--r--testing/enlightenment/APKBUILD2
1 files changed, 2 insertions, 0 deletions
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() {