X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Ftoolchain-test;h=2b0a729ace7b45d3d8ffcc3958154c52bdcd573a;hb=f920c7ef750f2163b9e407cc453b192ede2c185a;hp=e169c69955f1e136fe28a5398a6518bbc63b2d8e;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage2/toolchain-test b/stage2/toolchain-test index e169c69..2b0a729 100755 --- a/stage2/toolchain-test +++ b/stage2/toolchain-test @@ -1,10 +1,9 @@ #!/bin/bash -set -o errexit # Reading system configuration informations, functions and package versions. -source ../sysinfos +source ../config/sysinfos source ../functions -source ../packages-list +source ../config/packages-list # Testing toolchain cd /tmp