summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-17 12:36:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-17 12:36:59 +0000
commit76c80518e2b5efa303c3a4a91edf145acca4b7a5 (patch)
treea170542c0f9776fa51d731ab1e3ba056241d42b4 /testing
parentb4d9b874f298039eabc2d7922e629a7b4114b820 (diff)
downloadaports-76c80518e2b5efa303c3a4a91edf145acca4b7a5.tar.bz2
aports-76c80518e2b5efa303c3a4a91edf145acca4b7a5.tar.xz
testing/lua-rexlib: build fix
so it works with busybox sed
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-rexlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-rexlib/APKBUILD b/testing/lua-rexlib/APKBUILD
index 1eeedc48..aed976bb 100644
--- a/testing/lua-rexlib/APKBUILD
+++ b/testing/lua-rexlib/APKBUILD
@@ -17,7 +17,7 @@ _builddir="$srcdir"/lrexlib-$pkgver
prepare() {
cd "$_builddir"
sed -i -e "s/^MYCFLAGS.*/MYCFLAGS = $CFLAGS/" src/defaults.mak
- sed -i -e "s/^LD\\s\\+.*/LD = gcc/" \
+ sed -i -e "s/^LD .*/LD = gcc/" \
src/common.mak
}