]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
* lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
[lilypond.git] / lily / relocate.cc
index fb3c89951b676e1210854911d57db9dac128a681..9972db3fb984353ef4865044543d02e102bf3b1d 100644 (file)
@@ -106,7 +106,7 @@ prefix_relocation (std::string prefix)
   std::string bindir = prefix + "/bin";
   std::string datadir = prefix + "/share";
   std::string localedir = datadir + "/locale";
-  std::string lilypond_datadir = datadir + "/lilypond/" TOPLEVEL_VERSION;
+  std::string lilypond_datadir = datadir + "/lilypond/";
 
   if (is_dir (lilypond_datadir + "/" + TOPLEVEL_VERSION))
     prefix_directory = lilypond_datadir + "/" + TOPLEVEL_VERSION;