mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lisp/clisp: STRIP_MASK removal
Closes: https://bugs.gentoo.org/651436 Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -145,9 +145,6 @@ src_install() {
|
||||
doman clisp.1 || die
|
||||
dodoc SUMMARY README* NEWS MAGIC.add ANNOUNCE || die
|
||||
fperms a+x /usr/$(get_libdir)/clisp-${PV/_*/}/clisp-link || die
|
||||
# stripping them removes common symbols (defined but uninitialised variables)
|
||||
# which are then needed to build modules...
|
||||
export STRIP_MASK="*/usr/$(get_libdir)/clisp-${PV}/*/*"
|
||||
popd
|
||||
dohtml doc/impnotes.{css,html} doc/regexp.html doc/clisp.png || die
|
||||
dodoc doc/{CLOS-guide,LISP-tutorial}.txt || die
|
||||
|
||||
@@ -140,9 +140,6 @@ src_install() {
|
||||
make DESTDIR="${D}" prefix=/usr install-bin || die "Installation failed"
|
||||
doman clisp.1
|
||||
dodoc ../SUMMARY README* ../src/NEWS ../unix/MAGIC.add ../ANNOUNCE
|
||||
# stripping them removes common symbols (defined but uninitialised variables)
|
||||
# which are then needed to build modules...
|
||||
export STRIP_MASK="*/usr/$(get_libdir)/clisp-${PV}/*/*"
|
||||
popd
|
||||
dohtml doc/impnotes.{css,html} doc/regexp.html doc/clisp.png
|
||||
dodoc doc/{CLOS-guide,LISP-tutorial}.txt
|
||||
|
||||
@@ -136,9 +136,6 @@ src_install() {
|
||||
make DESTDIR="${D}" prefix="${EPREFIX}"/usr install-bin || die "Installation failed"
|
||||
doman clisp.1
|
||||
dodoc ../SUMMARY README* ../src/NEWS ../unix/MAGIC.add ../ANNOUNCE
|
||||
# stripping them removes common symbols (defined but uninitialised variables)
|
||||
# which are then needed to build modules...
|
||||
export STRIP_MASK="*${EPREFIX}/usr/$(get_libdir)/clisp-${PV}/*/*"
|
||||
popd
|
||||
dohtml doc/impnotes.{css,html} doc/regexp.html doc/clisp.png
|
||||
dodoc doc/{CLOS-guide,LISP-tutorial}.txt
|
||||
|
||||
Reference in New Issue
Block a user