Changeset 40063


Ignore:
Timestamp:
Dec 19, 2009, 5:13:19 AM (15 years ago)
Author:
martinl
Message:

simplify package.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh

    r39034 r40063  
    1 #!/c/Programme/OSGeo4W/apps/msys/bin/sh
     1#!/c/OSGeo4W/apps/msys/bin/sh
    22
    33set -e
     
    88fi
    99
    10 export OSGEO4W_ROOT_MSYS=/c/Programme/OSGeo4W
     10export OSGEO4W_ROOT_MSYS=/c/OSGeo4W
    1111export PATH=.:/c/mingw/bin:/usr/local/bin:/bin:$OSGEO4W_ROOT_MSYS/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem
    1212
     
    6565
    6666echo $(date): STARTING make
    67 make -j4 || make -j4
     67make || make
    6868
    6969echo $(date): STARTING make install
     
    8181cp mswindows/osgeo4w/postinstall.bat $OSGEO4W_ROOT_MSYS/etc/postinstall/grass.bat
    8282cp mswindows/osgeo4w/preremove.bat $OSGEO4W_ROOT_MSYS/etc/preremove/grass.bat
    83 cp /c/mingw/bin/libgnurx-0.dll $OSGEO_ROOT_MSYS/bin
    84 cp /c/mingw/bin/libiconv-2.dll $OSGEO_ROOT_MSYS/bin
    85 cp /c/mingw/bin/libintl-8.dll $OSGEO_ROOT_MSYS/bin
     83#cp /c/mingw/bin/libgnurx-0.dll $OSGEO_ROOT_MSYS/bin
     84#cp /c/mingw/bin/libiconv-2.dll $OSGEO_ROOT_MSYS/bin
     85#cp /c/mingw/bin/libintl-8.dll $OSGEO_ROOT_MSYS/bin
    8686
    8787P=$(pwd -W)
Note: See TracChangeset for help on using the changeset viewer.