diff options
author | ormorph <roma251078@mail.ru> | 2021-11-12 23:00:03 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-11-14 09:01:35 +0000 |
commit | aef27ae5eebd158be2cb33c021e9ab9d23eb8e54 (patch) | |
tree | c0a0dfc7f32e8724f1e674ea007eaa6ad92b27aa | |
parent | 4de2c3e39729eac94ca11a477e4811dcc5c25c5f (diff) | |
download | tde-packaging-gentoo-aef27ae5eebd158be2cb33c021e9ab9d23eb8e54.tar.gz tde-packaging-gentoo-aef27ae5eebd158be2cb33c021e9ab9d23eb8e54.zip |
Fixing admin dependency in trinity-meta-2.eclass for stable branch
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r-- | eclass/trinity-meta-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/trinity-meta-2.eclass b/eclass/trinity-meta-2.eclass index 35bf50c3..553630ec 100644 --- a/eclass/trinity-meta-2.eclass +++ b/eclass/trinity-meta-2.eclass @@ -156,7 +156,7 @@ trinity-meta-2_create_extractlists() { TSM_EXTRACT_LIST+=" ${TSM_EXTRACT} ${TSM_EXTRACT_ALSO} cmake/ CMakeLists.txt" TSM_EXTRACT_LIST+=" config.h.cmake ConfigureChecks.cmake" - [[ ${TRINITY_BUILD_ADMIN} == "yes" ]] && TSM_EXTRACT_LIST+=" configure.in.in Makefile.am.in \ + [[ ${TRINITY_BUILD_ADMIN} == "yes" ]] && TSM_EXTRACT_LIST+=" admin configure.in.in Makefile.am.in \ ChangeLog AUTHORS NEWS README" debug-print "line ${LINENO} ${ECLASS} ${FUNCNAME}: TSM_EXTRACT_LIST=\"${TSM_EXTRACT_LIST}\"" |