From a9a568a220ace3e9144865344099713ea4acd7fa Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 21 Sep 2009 19:05:24 +0000 Subject: [PATCH] Change component order so that miscellaneous installed files get in tarball --- source/component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.43.0