X-Git-Url: http://git.hcoop.net/bpt/mlt.git/blobdiff_plain/c0a3b4882df1afe4a0155654c1102bd0f9729993..dc3b1a7f9c941c2a323e57861871090465fa31f7:/install diff --git a/install b/install index 853a70d..8a5b10c 100755 --- a/install +++ b/install @@ -1,2 +1,5 @@ -cp src/mlt /usr/local/bin/ -cp src/mlt.x86-linux /usr/local/bin/ \ No newline at end of file +BIN=/usr/local/bin +PLATFORM=x86-linux + +cp src/mlt $BIN/ +cp src/mlt.$PLATFORM $BIN/ \ No newline at end of file