diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-03-01 21:08:24 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-03-01 21:08:24 +0200 |
commit | 44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96 (patch) | |
tree | a4b0e474ddc25e0a143b77097fd42ee07d6e6c43 /testing/enlightenment | |
parent | 80486c7567d44eba33a403cbc3ea42854b14f338 (diff) | |
download | aports-44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96.tar.bz2 aports-44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96.tar.xz |
testing/enlightenment: fix a bashims in configure
Diffstat (limited to 'testing/enlightenment')
-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() { |