[vlc-commits] contrib: vpx: build scripts do not use bash anymore
Rafaël Carré
git at videolan.org
Sun Jun 8 20:31:19 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun 8 10:26:46 2014 -0700| [6291d86766141c006d83a352973d4e23d9f6b82e] | committer: Rafaël Carré
contrib: vpx: build scripts do not use bash anymore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6291d86766141c006d83a352973d4e23d9f6b82e
---
contrib/src/vpx/rules.mak | 5 -----
1 file changed, 5 deletions(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 3317b3b..20fcb39 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -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 =
More information about the vlc-commits
mailing list