summaryrefslogtreecommitdiff
path: root/repo/system/rtmpdump.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/rtmpdump.xibuild')
-rw-r--r--repo/system/rtmpdump.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild
index 76b3b28..b99194f 100644
--- a/repo/system/rtmpdump.xibuild
+++ b/repo/system/rtmpdump.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc gnutls zlib)
+MAKEDEPS="make "
+DEPS="glibc gnutls zlib"
SOURCE=git://git.ffmpeg.org/rtmpdump
BRANCH="fa8646d"