]> git.tdb.fi Git - builder.git/blobdiff - source/component.h
Change component order so that miscellaneous installed files get in tarball
[builder.git] / source / component.h
index 1b32bfa10cf4dde67dd50ce33b6007f24d5f46d3..3a358ce04f36b0770cea5251997d62d6d0ae2b8f 100644 (file)
@@ -52,8 +52,8 @@ public:
                PROGRAM,
                MODULE,
                DATAFILE,
-               TARBALL,
-               INSTALL
+               INSTALL,
+               TARBALL
        };
 
 protected: