X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FPalete%2FValaCompileRequest.vala;h=90982ccd751ca8a147c9bb7a7c8e29533274a0f7;hb=f284cfb87a5e06ed4068f75cea5a9f108a69e1b2;hp=62319fbe26805b5b100c14e9e1b85847f9ccaf6e;hpb=45be8f358c440d4422ed87a39a16f57c7ecf6d61;p=roobuilder diff --git a/src/Palete/ValaCompileRequest.vala b/src/Palete/ValaCompileRequest.vala index 62319fbe2..90982ccd7 100644 --- a/src/Palete/ValaCompileRequest.vala +++ b/src/Palete/ValaCompileRequest.vala @@ -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) => {