Also install license file.

This commit is contained in:
Nick Martin
2012-04-20 15:00:49 -07:00
parent c266ce3170
commit a471586515

View File

@@ -26,6 +26,7 @@ rm -rf "$TARGET_DIR"
./meteor --version || exit 1
cp -a dev_bundle "$TARGET_DIR"
cp LICENSE.txt "$TARGET_DIR"
function CPR {
tar -c --exclude .meteor/local "$1" | tar -x -C "$2"