X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=2754b9ef5aa7ba257a45ecb848a3a3503c5f09bd;hb=2edc25f87590bd81808792c3c38cab5ae8b94eb3;hp=6f8e83825f02ed506f973a7df71a7ed2e69f6c79;hpb=5622fc20f0be8bff0938d24f6f45d3ab384288ca;p=builder.git diff --git a/Build b/Build index 6f8e838..2754b9e 100644 --- a/Build +++ b/Build @@ -5,10 +5,6 @@ package "builder" version "0.9"; description "Mikkosoft Productions software builder"; - tar_file "bootstrap.sh"; - tar_file "Readme.txt"; - tar_file "License.txt"; - require "mspcore"; require "mspstrings"; require "mspdatafile"; @@ -20,4 +16,11 @@ package "builder" source "source"; install true; }; + + tarball "@src" + { + source "bootstrap.sh"; + source "Readme.txt"; + source "License.txt"; + }; };