From: Adam Chlipala Date: Wed, 22 Sep 2004 03:07:33 +0000 (+0000) Subject: Fixing installation process X-Git-Url: http://git.hcoop.net/bpt/mlt.git/commitdiff_plain/0b312c7cb0e324f4f1b159fc8673dd2c9306b2fd Fixing installation process --- diff --git a/BUILDING b/BUILDING index fc10ec6..f978244 100644 --- a/BUILDING +++ b/BUILDING @@ -27,10 +27,6 @@ variable definition in src/config.sml to a different path, or you can leave it as is and provide all configuration in the local mlt.conf file for each project. -You should also edit the paths in the simple install script in this -directory if you want to install system-wide binaries and scripts to -somewhere besides /usr/local/bin. - These changes may be made for you by a fancy configuration program in a future release. diff --git a/build b/build index 05add6d..803d915 100755 --- a/build +++ b/build @@ -3,6 +3,7 @@ source settings echo $SMLBIN/sml @SMLload=$BIN/mlt.$PLATFORM >src/mlt +chmod +x src/mlt cd src