source: extensions/gsdl-video/trunk/packages/server/CASCADE-MAKE.sh@ 18489

Last change on this file since 18489 was 18489, checked in by davidb, 15 years ago

Addition of mod_flvx that uses uses 'apxs' to add itself to the apache-httpd installed web server in the main GSDLHOME area

File size: 210 bytes
RevLine 
[18425]1#!/bin/bash
2
3
[18489]4for d in MOD_FLVX; do
[18425]5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-MAKE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.