Fix #7987 - drag move supported with shift key now
[roobuilder] / src / Palete / ValaCompileRequest.vala
index 62319fb..90982cc 100644 (file)
@@ -64,7 +64,7 @@ namespace Palete {
                        if (GLib.FileUtils.test(this.project.path + "/build/meson-info", GLib.FileTest.EXISTS)) {
                                return 0; //assume it's been set up.
                        }
-                       string[] args = { "/usr/bin/meson" ,"setup", "build", "--prefix=/" };           
+                       string[] args = { "/usr/bin/meson" ,"setup", "build", "--prefix=/usr" };                
                        GLib.debug("running meson");
                        this.spawn = new Spawn(this.project.path , args);
                        this.spawn.output_line.connect(( str) => {