Commit 6291d867 authored by Rafaël Carré's avatar Rafaël Carré

contrib: vpx: build scripts do not use bash anymore

parent 5f3cec81
......@@ -13,11 +13,6 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
$(APPLY) $(SRC)/vpx/libvpx-no-cross.patch
$(APPLY) $(SRC)/vpx/windows.patch
$(APPLY) $(SRC)/vpx/libvpx-mac.patch
ifneq ($(which bash),/bin/bash)
sed -i.orig \
s,^\#!/bin/bash,\#!`which bash`,g \
`grep -Rl ^\#!/bin/bash libvpx-$(VPX_VERSION)`
endif
$(MOVE)
DEPS_vpx =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment