augment Isabelle home directory more systematically;
authorwenzelm
Tue, 24 Apr 2012 13:33:10 +0200
changeset 47723 f43b8873743d
parent 47722 9d7473cfb9ea
child 47724 bafe6c0cbab4
child 47733 ea153f6abdb6
augment Isabelle home directory more systematically;
Admin/makebundle
--- a/Admin/makebundle	Tue Apr 24 12:24:52 2012 +0200
+++ b/Admin/makebundle	Tue Apr 24 13:33:10 2012 +0200
@@ -71,15 +71,10 @@
 done
 
 if [ "$PLATFORM" = x86-cygwin ]; then
-  for NAME in Isabelle.exe Cygwin-Terminal.bat
-  do
-    EXE="$ARCHIVE_DIR/contrib/x86-cygwin/$NAME"
-    [ ! -e "$EXE" ] && fail "Missing $NAME"
-    echo "$NAME"
-    cp "$EXE" "$ISABELLE_HOME/"
-    chmod +x "$ISABELLE_HOME/$NAME"
-  done
+  TAR="$ARCHIVE_DIR/contrib/x86-cygwin/Isabelle.tar"
+  [ -e "$TAR" ] || fail "Missing $TAR"
   rm -f "$ISABELLE_HOME/Isabelle"
+  tar -C "$ISABELLE_HOME" -xv -f "$TAR"
 fi