Changeset 2045


Ignore:
Timestamp:
08/28/09 10:50:50 (15 years ago)
Author:
Eric.Larour
Message:

bug in creation of symlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install.sh

    r2044 r2045  
    2727
    2828#symlink some missing stuff.
    29 ln -s $ISSM_ARCH/conf/petscrules conf/petscrules
    30 ln -s $ISSM_ARCH/conf/petscvariables conf/petscvariables
    31 ln -s $ISSM_ARCH/include/petscconf.h include/petscconf.h
     29cd conf
     30ln -s ../$ISSM_ARCH/conf/petscrules petscrules
     31ln -s ../$ISSM_ARCH/conf/petscvariables petscvariables
     32cd ../
     33cd include
     34ln -s ../$ISSM_ARCH/include/petscconf.h petscconf.h
     35cd ../
    3236
    3337#Compile petsc and install it
Note: See TracChangeset for help on using the changeset viewer.