mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-visualization/gle: correction to the 4.3.6 ebuild
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
@@ -74,8 +74,10 @@ src_install() {
|
||||
cmake_src_install
|
||||
mv "${D}"/usr/bin/gle "${D}"/usr/bin/gle.bin
|
||||
newbin "${FILESDIR}"/gle.sh gle
|
||||
mv "${D}"/usr/bin/qgle "${D}"/usr/bin/qgle.bin
|
||||
newbin "${FILESDIR}"/qgle.sh qgle
|
||||
if use gui; then
|
||||
mv "${D}"/usr/bin/qgle "${D}"/usr/bin/qgle.bin
|
||||
newbin "${FILESDIR}"/qgle.sh qgle
|
||||
fi
|
||||
GLE_TOP="${D}"/usr/share/${PN} "${D}"/usr/bin/gle.bin -mkinittex
|
||||
if use doc; then
|
||||
pushd "$WORKDIR"/gle-manual-${PV} > /dev/null || die "pushd gle_manual failed"
|
||||
|
||||
Reference in New Issue
Block a user