summaryrefslogtreecommitdiffstats
path: root/src/x264-1-fix-bin-bash.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-05-18 01:49:34 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-05-18 01:49:34 (GMT)
commit9506a12ea1280b25dec985edd237ab1a99610560 (patch)
tree412831adb28041c45f861b8d28fadac95e36e14e /src/x264-1-fix-bin-bash.patch
parent6d0f84a2065ceedbe5850fe84179d22a3e5ce471 (diff)
downloadmxe-9506a12ea1280b25dec985edd237ab1a99610560.zip
mxe-9506a12ea1280b25dec985edd237ab1a99610560.tar.gz
mxe-9506a12ea1280b25dec985edd237ab1a99610560.tar.bz2
upgrade packages: glew imagemagick libpaper x264
Diffstat (limited to 'src/x264-1-fix-bin-bash.patch')
-rw-r--r--src/x264-1-fix-bin-bash.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x264-1-fix-bin-bash.patch b/src/x264-1-fix-bin-bash.patch
index e7c98b9..fa5b7e7 100644
--- a/src/x264-1-fix-bin-bash.patch
+++ b/src/x264-1-fix-bin-bash.patch
@@ -6,16 +6,16 @@ diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/
+++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
-
+ cat <<EOF
diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh
--- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000
+++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100
@@ -1,4 +1,4 @@
-#!/bin/bash
-+#!/bin/sh
++#!/usr/bin/env bash
git rev-list HEAD | sort > config.git-hash
LOCALVER=`wc -l config.git-hash | awk '{print $1}'`
if [ $LOCALVER \> 1 ] ; then