10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-12 22:24:41 +02:00
This commit is contained in:
Thomas Applencourt 2015-06-08 15:09:36 +02:00
parent 3edda3c137
commit 9107350618

View File

@ -240,7 +240,7 @@ if "ninja" in l_need_genealogy:
"wget {0} -O {1} -o /dev/null ;".format(url, path_archive),
"./scripts/install_ninja.sh 2>/dev/null;", "cd -"]
subprocess.check_output(" ".join(l_cmd), shell=True)
check_output(" ".join(l_cmd), shell=True)
l_need_genealogy.remove("ninja")
print """