X-Git-Url: http://git.hcoop.net/bpt/mlt.git/blobdiff_plain/c0a3b4882df1afe4a0155654c1102bd0f9729993..76004ea92d983fbe35b554a396015397d6be6384:/install diff --git a/install b/install index 853a70d..8270dbb 100755 --- a/install +++ b/install @@ -1,2 +1,6 @@ -cp src/mlt /usr/local/bin/ -cp src/mlt.x86-linux /usr/local/bin/ \ No newline at end of file +#!/bin/bash + +source settings + +cp src/mlt $BIN/ +cp src/mlt.$PLATFORM $BIN/ \ No newline at end of file