diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-03 12:06:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-04 19:33:01 +0200 |
commit | ec8f206068b3a17275d2b1a05be162c46f0e24c0 (patch) | |
tree | fec4407e1eed99d088f3ac0b9c6b34fab48a85ff /eclass/elisp-common.eclass | |
parent | elisp-common.eclass: Use EROOT instead of ROOT+EPREFIX (diff) | |
download | gentoo-ec8f206068b3a17275d2b1a05be162c46f0e24c0.tar.gz gentoo-ec8f206068b3a17275d2b1a05be162c46f0e24c0.tar.bz2 gentoo-ec8f206068b3a17275d2b1a05be162c46f0e24c0.zip |
elisp-common.eclass: Drop test for existence of ${T}
This was the remnant of a 2008 workaround for Paludis (bug #517),
which didn't define T in the postrm phase.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 1ea2aa111d7e..3d99838a0221 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -699,9 +699,6 @@ elisp-site-regen() { [[ -d ${sitelisp} ]] \ || die "elisp-site-regen: Directory ${sitelisp} does not exist" - [[ -d ${T} ]] \ - || die "elisp-site-regen: Temporary directory ${T} does not exist" - ebegin "Regenerating site-gentoo.el for GNU Emacs (${EBUILD_PHASE})" for sf in "${sitelisp}"/site-gentoo.d/[0-9][0-9]*.el; do |