X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=5e50e8ffd56aeaf0ebcc37386ae0dad9dd7884c8;hb=2c1497133a0ad7e4a936365f9e5e8ccc0e9cba1a;hp=d51fa01eefabe7f22e719479450796ada6d25eef;hpb=76f15b4b1afb161bd489a6dcd0f2061a9a6cc911;p=builder.git diff --git a/Build b/Build index d51fa01..5e50e8f 100644 --- a/Build +++ b/Build @@ -15,7 +15,7 @@ package "builder" install true; }; - tarball "@src" + source_archive { source "bootstrap.sh"; source "Readme.txt"; @@ -26,4 +26,9 @@ package "builder" { source "builderrc"; }; + + install "share/builder/packages" + { + source "packages"; + }; };