From a4715865150fbd619243cb278256f9251cdeb3fc Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Fri, 20 Apr 2012 15:00:49 -0700 Subject: [PATCH] Also install license file. --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index fd790c9fba..47fda210f8 100755 --- a/install.sh +++ b/install.sh @@ -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"