Revision 16477 branches/v10/prototypes/raster/extensions/extgvSIGPiloto-Raster/install/distribucion.sh

View differences:

distribucion.sh
149 149
cd "$INSTALLER_DIR"
150 150
chmod u+x "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/dist/launcher-Linux
151 151
cp -R "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3_linux/dist/* ./tmp_gvSIGInstall
152
find . -name .svn -type d -exec rm -rf {} 2> /dev/null ';' || true
153
rm ./tmp_gvSIGInstall/launcher.ini
154
cp "$DIR_BASE"/"$DIR_LIN"/resources/launcher.ini.j15 ./tmp_gvSIGInstall/launcher.ini
152 155
chmod a+x ./tmp_gvSIGInstall/launcher-Linux
153 156
find . -name CVS -type d -exec rm -rf {} 2> /dev/null ';' || true
154 157

  
......
180 183
mkdir "$INSTALLER_DIR"
181 184
cp -aR "$GVSIG_INSTALLDIR"/launcher/izpack-launcher-1.3/dist/* "$INSTALLER_DIR"
182 185
rm -f "$INSTALLER_DIR"/install.bat
186
cp ./resources/launcher-Win32.ini.j15 "$INSTALLER_DIR"/launcher-Win32.ini
183 187

  
184 188
find "$INSTALLER_DIR" -name CVS -type d -exec rm -rf {} 2> /dev/null ';' || true
185 189

  

Also available in: Unified diff