diff options
Diffstat (limited to 'repo/media/libtheora.xibuild')
-rw-r--r-- | repo/media/libtheora.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/media/libtheora.xibuild b/repo/media/libtheora.xibuild index 1788fbb..64bfcc0 100644 --- a/repo/media/libtheora.xibuild +++ b/repo/media/libtheora.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(libogg libvorbis) +MAKEDEPS="make" +DEPS="libogg libvorbis" DESC="An open video codec developed by the Xiph.org" |