build script needs bash
[bpt/mlt.git] / build
diff --git a/build b/build
index 3a81c01..db4d64f 100755 (executable)
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 source settings
 
@@ -12,6 +12,10 @@ echo "    val smlbin = \"$SMLBIN\"" >>settings.sml
 echo "    val mltdir = \"$MLTDIR\"" >>settings.sml
 echo end >>settings.sml
 
+echo "compiler $MLTDIR/src/sources.cm" >mlt.conf
+echo "lib $MLTDIR/src/lib/sources.cm" >>mlt.conf
+cat mlt.conf.base >>mlt.conf
+
 cd src
 
 if [ -f mlt.$PLATFORM ] ; then