summaryrefslogtreecommitdiffstats
path: root/testing/fotoxx
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-26 10:48:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-26 10:48:04 +0000
commit0fd07887f3bc8983387c7e1f16863cee74031605 (patch)
tree376b60fb7406ecc37e9938ede197fefde91ca5bb /testing/fotoxx
parentff54f1f738ef23950ee4deab322c14f146b0655d (diff)
downloadaports-0fd07887f3bc8983387c7e1f16863cee74031605.tar.bz2
aports-0fd07887f3bc8983387c7e1f16863cee74031605.tar.xz
testing/fotoxx: build fix
we sed away bash
Diffstat (limited to 'testing/fotoxx')
-rw-r--r--testing/fotoxx/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/fotoxx/APKBUILD b/testing/fotoxx/APKBUILD
index 50b654558..78f35a58a 100644
--- a/testing/fotoxx/APKBUILD
+++ b/testing/fotoxx/APKBUILD
@@ -23,6 +23,7 @@ prepare() {
*.patch) patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
+ sed -e 's:/bin/bash:/bin/sh:' -i dependencies.sh
}
build() {