From: Mikko Rasa Date: Mon, 21 Sep 2009 19:05:24 +0000 (+0000) Subject: Change component order so that miscellaneous installed files get in tarball X-Git-Tag: 1.0 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=refs%2Ftags%2F1.0 Change component order so that miscellaneous installed files get in tarball --- diff --git a/source/component.h b/source/component.h index 1b32bfa..3a358ce 100644 --- a/source/component.h +++ b/source/component.h @@ -52,8 +52,8 @@ public: PROGRAM, MODULE, DATAFILE, - TARBALL, - INSTALL + INSTALL, + TARBALL }; protected: