[BACK]Return to asir-install.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-port

Diff for /OpenXM/src/asir-port/asir-install.sh between version 1.5 and 1.6

version 1.5, 2005/03/26 22:26:25 version 1.6, 2005/04/20 22:24:39
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.4 2005/02/03 06:42:40 takayama Exp $  # $OpenXM: OpenXM/src/asir-port/asir-install.sh,v 1.5 2005/03/26 22:26:25 takayama Exp $
 # Downloading Risa/Asir for FLL-free systems.  # Downloading Risa/Asir for FLL-free systems
 # under $HOME/.asir-tmp  # under $HOME/.asir-tmp and installs asir to $OpenXM_HOME/bin
 #  #
 # In the Debian package, /usr/local/OpenXM/bin/asir is the symbolic link to  # In the Debian package, /usr/local/OpenXM/bin/asir is the symbolic link to
 # /home/knoppix/.asir-tmp/asir.  # /home/knoppix/.asir-tmp/asir.
 # So, on non-knoppix system, execute  # So, on non-knoppix system, execute
 # (export HOME=/home/knoppix; openxm asir-install.sh)  # (export OpenXM_HOME=/usr/local/OpenXM; openxm asir-install.sh)
 # as the root in the bash.  # as the root in the bash to install the asir under /usr/local/OpenXM/bin.
   #  /root/.asir-tmp will be a work-directory in this case.
 #  #
 echo $HOME  echo $HOME
 os=`uname -s`  os=`uname -s`

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>