Changeset 370
- Timestamp:
- 04/07/2011 03:46:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/setup/SHM-install.csh
r368 r370 159 159 endif 160 160 set locsatpath=$dstpath/sh/util/locsat 161 chmod 755 $locsatpath162 161 set plth=`echo $locsatpath | wc -c` 163 162 164 # check for write access in /usr/bin -> create link for binary165 if (-w /usr/ bin) then166 if (-e /usr/ bin/LocSAT) \rm /usr/bin/LocSAT167 ln -s $locsatpath /usr/ bin/LocSAT168 set locsatpath=/usr/ bin/LocSAT169 # otherwise create link directly intouser dir163 # check for write access in /usr/bin -> create link for LocSAT installation path 164 if (-w /usr/local) then 165 if (-e /usr/local/LocSAT) \rm /usr/bin/LocSAT 166 ln -s $locsatpath /usr/local/LocSAT 167 set locsatpath=/usr/local/LocSAT 168 # otherwise create link directly from user dir 170 169 else if ($plth > 25) then 171 170 if (-e $HOME/lcs) \rm $HOME/lcs
Note: See TracChangeset
for help on using the changeset viewer.