From 0fd07887f3bc8983387c7e1f16863cee74031605 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 26 Dec 2010 10:48:04 +0000 Subject: testing/fotoxx: build fix we sed away bash --- testing/fotoxx/APKBUILD | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.3