summaryrefslogtreecommitdiffstats
path: root/testing/enlightenment
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-03-01 21:08:24 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-03-01 21:08:24 +0200
commit44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96 (patch)
treea4b0e474ddc25e0a143b77097fd42ee07d6e6c43 /testing/enlightenment
parent80486c7567d44eba33a403cbc3ea42854b14f338 (diff)
downloadaports-44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96.tar.bz2
aports-44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96.tar.xz
testing/enlightenment: fix a bashims in configure
Diffstat (limited to 'testing/enlightenment')
-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() {