]> git.tdb.fi Git - builder.git/blobdiff - Build
Add a tarball component type
[builder.git] / Build
diff --git a/Build b/Build
index 6f8e83825f02ed506f973a7df71a7ed2e69f6c79..2754b9ef5aa7ba257a45ecb848a3a3503c5f09bd 100644 (file)
--- 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";
+       };
 };