summaryrefslogtreecommitdiff
path: root/dev-lang/teyjus/teyjus-2.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-03 22:06:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-03 22:06:45 +0100
commit2764a2c09ef0bc530bda7afb20e505ca24d310c6 (patch)
tree4eb062dac19af291d94b54d54862e34c50c2b1c0 /dev-lang/teyjus/teyjus-2.1-r2.ebuild
parent9e7579a4f663bbf410b833aab77d7493c7cdeb6a (diff)
gentoo auto-resync : 03:07:2023 - 22:06:45
Diffstat (limited to 'dev-lang/teyjus/teyjus-2.1-r2.ebuild')
-rw-r--r--dev-lang/teyjus/teyjus-2.1-r2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-lang/teyjus/teyjus-2.1-r2.ebuild b/dev-lang/teyjus/teyjus-2.1-r2.ebuild
index f6eeceb48b83..b68958a360ab 100644
--- a/dev-lang/teyjus/teyjus-2.1-r2.ebuild
+++ b/dev-lang/teyjus/teyjus-2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -88,10 +88,7 @@ src_install() {
dodoc README.md QUICKSTART
if use emacs ; then
elisp-install ${PN} emacs/*.{el,elc}
- cp "${FILESDIR}"/${SITEFILE} "${S}"
- sed -e "s@/usr/bin/tjcc@${EPREFIX}/usr/bin/tjcc@" -i ${SITEFILE} \
- || die "Could not set tjcc executable path in emacs site file"
- elisp-site-file-install ${SITEFILE}
+ elisp-make-site-file "${SITEFILE}"
fi
if use examples; then
ins_example_dir "handbook/logic"