diff options
author | ormorph <[email protected]> | 2020-11-28 23:41:13 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-11-29 18:54:37 +0000 |
commit | 11164d9db700785f36a7f91ed22e71497a1ebd4f (patch) | |
tree | b9c497eb6affb74a1808afd635b844075c1f7213 /eclass/trinity-functions-2.eclass | |
parent | 489fdb2e44dde725175f4828a4ed0871c6d53d44 (diff) | |
download | tde-packaging-gentoo-11164d9db700785f36a7f91ed22e71497a1ebd4f.tar.gz tde-packaging-gentoo-11164d9db700785f36a7f91ed22e71497a1ebd4f.zip |
Added support for assemblies using the admin module
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'eclass/trinity-functions-2.eclass')
-rw-r--r-- | eclass/trinity-functions-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/trinity-functions-2.eclass b/eclass/trinity-functions-2.eclass index 528bb788..252ef1b4 100644 --- a/eclass/trinity-functions-2.eclass +++ b/eclass/trinity-functions-2.eclass @@ -204,6 +204,7 @@ trinity-admin-prepare() { pushd "${PWD}/admin" libtoolize -c || die "Error libtoolize" cp -Rp /usr/share/aclocal/libtool.m4 "libtool.m4.in" || die "No such file: libtool.m4" + cp -Rp /usr/share/libtool/build-aux/config.* . || die popd } |