]> git.tdb.fi Git - builder.git/blobdiff - Build
Properly handle default and install options for datafiles
[builder.git] / Build
diff --git a/Build b/Build
index c2d976f6c66891c4dacc74261a506d995726a401..e05782564d7427d9348b6edd02216e5b76e6fc45 100644 (file)
--- a/Build
+++ b/Build
@@ -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";
+       };
 };