diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-26 10:48:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-26 10:48:04 +0000 |
commit | 0fd07887f3bc8983387c7e1f16863cee74031605 (patch) | |
tree | 376b60fb7406ecc37e9938ede197fefde91ca5bb | |
parent | ff54f1f738ef23950ee4deab322c14f146b0655d (diff) | |
download | aports-0fd07887f3bc8983387c7e1f16863cee74031605.tar.bz2 aports-0fd07887f3bc8983387c7e1f16863cee74031605.tar.xz |
testing/fotoxx: build fix
we sed away bash
-rw-r--r-- | testing/fotoxx/APKBUILD | 1 |
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() { |