]> git.donarmstrong.com Git - lilypond.git/commitdiff
(framework_relocation): use INSTALLER_PREFIX.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 May 2006 13:22:43 +0000 (13:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 May 2006 13:22:43 +0000 (13:22 +0000)
lily/relocate.cc

index 34b7962a1a1acad456a3c878ff4bb218a425cddd..0f01eff06ca554e19bd957180d63df022d6747df 100644 (file)
@@ -40,6 +40,10 @@ sane_putenv (char const *key, string value, bool overwrite)
     {
       string combine = string (key) + "=" + value;
       char *s = strdup (combine.c_str ());
+
+      if (be_verbose_global)
+       progress_indication (_f ("Setting %s to %s\n" , key, value.c_str ())); 
+                            
       return putenv (s);
     }
   
@@ -379,7 +383,7 @@ void
 read_relocation_file (string filename)
 {
   if (be_verbose_global)
-    progress_indication (_f ("Relocation file %s", filename.c_str ()));
+    progress_indication (_f ("Relocation file %s\n", filename.c_str ()));
       
   char const *cname = filename.c_str ();
   FILE *f = fopen (cname, "r");