Description: remove use of setup_package()
 MiRA originally designed to work from a directory within the user's
 home directory, not installed in Y_SITE. Instead of adapting the
 path, MiRA uses setup_package() from yeti. This patch was meant to
 disable this mechanism. This patch is currently not used, it is not
 clear whether it brings anything good (or bad).
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Last-Update: 2010-01-30
Forwarded: no

--- a/mira.i
+++ b/mira.i
@@ -155,7 +155,7 @@
  *
  * SEE ALSO: setup_package.
  */
-MIRA_HOME = setup_package();
+MIRA_HOME = Y_SITE;
 
 func mira_include(sym, src)
 /* DOCUMENT mira_include, sym, src;
--- a/mira-demo.i
+++ b/mira-demo.i
@@ -1,7 +1,7 @@
-#! /usr/local/bin/yorick -i
+#! /usr/bin/yorick -i
 
 include, "yeti_fftw.i";
-include, "./mira.i";
+include, "mira.i";
 
 /* Load OI-FITS data file ('mh1' will be our MIRA instance for this
    data file; if there are several spectral channels in the data file,
