X-Git-Url: http://git.hcoop.net/bpt/mlt.git/blobdiff_plain/dc3b1a7f9c941c2a323e57861871090465fa31f7..b7ef52bfe976f5ca21732c0e56219f9ce4a67e40:/src/config.sml?ds=sidebyside diff --git a/src/config.sml b/src/config.sml index 3ddc0d7..ad3946f 100644 --- a/src/config.sml +++ b/src/config.sml @@ -137,9 +137,9 @@ struct let val cwd = OS.FileSys.getDir () - val base = CONFIG {lib = "/usr/local/share/mlt/src/lib/sources.cm", - compiler = "/usr/local/share/mlt/src/sources.cm", - sml = "/usr/local/sml/bin", + val base = CONFIG {lib = mltdir ^ "/src/lib/sources.cm", + compiler = mltdir ^ "/src/sources.cm", + sml = smlbin, inPath = cwd, outPath = cwd, pubPath = cwd,