]> git.tdb.fi Git - builder.git/commitdiff
Change component order so that miscellaneous installed files get in tarball 1.0
authorMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 19:05:24 +0000 (19:05 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 19:05:24 +0000 (19:05 +0000)
source/component.h

index 1b32bfa10cf4dde67dd50ce33b6007f24d5f46d3..3a358ce04f36b0770cea5251997d62d6d0ae2b8f 100644 (file)
@@ -52,8 +52,8 @@ public:
                PROGRAM,
                MODULE,
                DATAFILE,
-               TARBALL,
-               INSTALL
+               INSTALL,
+               TARBALL
        };
 
 protected: