Iraf/Ubuntu8.10

De Jorge Andres Gonzalez Cetina - jag2kn

Notas: OJO toca modificar el archivo ecl_install_linux.csh cuando se descarga en la linea 401:

tail +$SKIP $0 > /tmp/_ecl.$$/_ecl	# unpack the files

por esto:

tail -n+$SKIP $0 > /tmp/_ecl.$$/_ecl	# unpack the files
Herramientas personales