diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-02-23 17:02:25 -0500 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-04-22 14:33:58 +0200 |
commit | bea4b1d209293af1e29d548438aa2947d9a2b25f (patch) | |
tree | 1d3cff618d7d720c64a7b410b96ae3f775107920 /eclass | |
parent | 7c6c73446da9dbd918b3e903b9666730d48e3db3 (diff) | |
download | tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.tar.gz tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.zip |
stable ebuilds round 2--rebase and manifests
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-base-2.eclass | 3 | ||||
-rw-r--r-- | eclass/trinity-meta-2.eclass | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index 45e92a35..97734077 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -176,8 +176,7 @@ fi # @FUNCTION: trinity-base-2_src_unpack # @DESCRIPTION: -# A default src unpack function to either call -# git-r3_src_unpack or base_src_unpack. +# A default src unpack function to call git-v3_src_unpack if necessary trinity-base-2_src_unpack() { if [[ "${BUILD_TYPE}" == "live" ]]; then git-r3_src_unpack diff --git a/eclass/trinity-meta-2.eclass b/eclass/trinity-meta-2.eclass index c4eac0b8..d07ad066 100644 --- a/eclass/trinity-meta-2.eclass +++ b/eclass/trinity-meta-2.eclass @@ -156,7 +156,7 @@ trinity-meta-2_create_extractlists() { # Add package-specific files and directories case "${TRINITY_MODULE_NAME}" in - tdebase) TSM_EXTRACT_LIST+=" kcontrol/" ;; + tdebase) TSM_EXTRACT_LIST+=" kcontrol/ tdmlib/" ;; *) ;; # nothing special for other modules esac |