install script needs bash
[bpt/mlt.git] / install
diff --git a/install b/install
index 853a70d..8270dbb 100755 (executable)
--- 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