[BACK]Return to install.sxxu CVS log [TXT][DIR] Up to [local] / openbsd / sxxu

Diff for /openbsd/sxxu/Attic/install.sxxu between version 1.7 and 1.8

version 1.7, 2010/04/20 18:26:00 version 1.8, 2010/04/21 00:21:59
Line 120 
Line 120 
   
     local _oldpwd="${PWD}"      local _oldpwd="${PWD}"
     cd "${_role}"      cd "${_role}"
       local _rolepwd="${PWD}"
   
     if [ -e siteXXrc ]; then      if [ -e siteXXrc ]; then
         echo ' ==> Including siteXXrc'          echo ' ==> Including siteXXrc'
         . siteXXrc          . siteXXrc
     fi      fi
   
     append_pkg_path      cd "${_rolepwd}" && append_pkg_path
     run_command_lists      cd "${_rolepwd}" && run_command_lists
     apply_patches      cd "${_rolepwd}" && apply_patches
     install_packages      cd "${_rolepwd}" && install_packages
   
     if [ -e install.site ]; then      if [ -e install.site ]; then
           cd "${_rolepwd}"
         if [ -x install.site ]; then          if [ -x install.site ]; then
             echo ' ==> Running install.site'              echo ' ==> Running install.site'
             ./install.site              ./install.site

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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