Changeset 8051


Ignore:
Timestamp:
2004-08-25T07:56:35+12:00 (20 years ago)
Author:
kjdon
Message:

import.zip now at coll level not in import directory so that the zip file is not left there - affects importing

Location:
trunk/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-install.bat

    r7974 r8051  
    102102:: GS2 MG demo
    103103cd gs2mgdemo
    104 cd import
    105104"%GSDL3HOME%\winutil\7zip.exe" x import.zip
    106 cd ..
    107105cd index
    108106"%GSDL3HOME%\winutil\7zip.exe" x index.zip
     
    114112:: GS2 MGPP demo
    115113cd gs2mgppdemo
    116 cd import
    117114"%GSDL3HOME%\winutil\7zip.exe" x import.zip
    118 cd ..
    119115cd index
    120116"%GSDL3HOME%\winutil\7zip.exe" x index.zip
     
    129125"%GSDL3HOME%\winutil\7zip.exe" x archives.zip
    130126cd ..
    131 cd import
    132127"%GSDL3HOME%\winutil\7zip.exe" x import.zip
    133 cd ..
    134128cd index
    135129"%GSDL3HOME%\winutil\7zip.exe" x index.zip
  • trunk/gsdl3/gs3-install.sh

    r7990 r8051  
    208208done
    209209
    210 for f in */import; do
     210for f in *; do
    211211  cd $f
    212212  if test -f import.zip; then
Note: See TracChangeset for help on using the changeset viewer.