mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-terms/gnome-terminal: fix vte.sh reference in postinst readme message to be vte SLOT based as needed
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
DOC_CONTENTS="To get previous working directory inherited in new opened
|
||||
tab you will need to add the following line to your ~/.bashrc:\n
|
||||
. /etc/profile.d/vte.sh"
|
||||
. /etc/profile.d/vte-2.91.sh"
|
||||
|
||||
src_prepare() {
|
||||
if ! use vanilla; then
|
||||
|
||||
@@ -43,7 +43,7 @@ DEPEND="${RDEPEND}
|
||||
DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
|
||||
notifications of long-running commands finishing, you will need
|
||||
to add the following line to your ~/.bashrc:\n
|
||||
. /etc/profile.d/vte-${SLOT}.sh"
|
||||
. /etc/profile.d/vte-2.91.sh"
|
||||
|
||||
src_prepare() {
|
||||
if ! use vanilla; then
|
||||
|
||||
Reference in New Issue
Block a user