source: gs2-extensions/video-and-audio/trunk/src/build-srcpack/CASCADE-MAKE-NG.sh@ 36200

Last change on this file since 36200 was 36200, checked in by davidb, 2 years ago

Next Generation version to compile up ffmpeg and handbrake

  • Property svn:executable set to *
File size: 224 bytes
Line 
1#!/bin/bash
2
3for d in packages ; do
4 echo " Running $d/CASCADE-MAKE-NG.sh $*"
5
6 (cd $d; ./CASCADE-MAKE-NG.sh $*)
7
8 if [ $? != 0 ] ; then
9 echo " Error encountered running $d/CASCADE-MAKE-NG.sh"
10 exit 1
11 fi
12done
13
Note: See TracBrowser for help on using the repository browser.