]> git.tdb.fi Git - builder.git/blobdiff - Build
Also use file size to determine whether to reinstall a file
[builder.git] / Build
diff --git a/Build b/Build
index 6f8e83825f02ed506f973a7df71a7ed2e69f6c79..e05782564d7427d9348b6edd02216e5b76e6fc45 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,16 @@ package "builder"
                source "source";
                install true;
        };
+
+       tarball "@src"
+       {
+               source "bootstrap.sh";
+               source "Readme.txt";
+               source "License.txt";
+       };
+
+       install "share/builder"
+       {
+               source "builderrc";
+       };
 };