]> git.tdb.fi Git - builder.git/blobdiff - Build
Change component order so that miscellaneous installed files get in tarball
[builder.git] / Build
diff --git a/Build b/Build
index c2d976f6c66891c4dacc74261a506d995726a401..c2548aa62f02f3dab6ffac65055319e1356399ad 100644 (file)
--- a/Build
+++ b/Build
@@ -2,7 +2,7 @@
 
 package "builder"
 {
-       version "0.9";
+       version "1.0";
        description "Mikkosoft Productions software builder";
 
        require "mspcore";
@@ -17,10 +17,15 @@ package "builder"
                install true;
        };
 
-       /*tarball "@src"
+       tarball "@src"
        {
                source "bootstrap.sh";
                source "Readme.txt";
                source "License.txt";
-       };*/
+       };
+
+       install "share/builder"
+       {
+               source "builderrc";
+       };
 };