public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
Date: Mon,  8 Aug 2016 17:46:45 +0000 (UTC)	[thread overview]
Message-ID: <1470678334.851a3392bfa7c0d49dfab0263cbd38380de05f23.wizardedit@gentoo> (raw)

commit:     851a3392bfa7c0d49dfab0263cbd38380de05f23
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 17:45:34 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 17:45:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851a3392

games-mud/tf: fix installation path

An unremoved $GAMES_DATADIR entry caused some files to be installed to / by mistake

Gentoo-Bug: https://bugs.gentoo.org/590662

Package-Manager: portage-2.3.0

 games-mud/tf/tf-50_beta8-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild b/games-mud/tf/tf-50_beta8-r2.ebuild
index 7b3d1c9..3cc5dc9 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -48,16 +48,16 @@ src_install() {
 	newman src/tf.1.nroffman tf.1
 	dodoc CHANGES CREDITS README
 
-	insinto "${GAMES_DATADIR}"/${PN}-lib
+	insinto /usr/share/${PN}-lib
 	# the application looks for this file here if /changes is called.
 	# see comments on bug #23274
 	doins CHANGES
 	insopts -m0755
 	doins tf-lib/*
 	if use doc ; then
-		cd ../${MY_P}-help
+		cd ../${MY_P}-help || die
 		dodoc -r *.html commands topics
-		cd ../${MY_P}
+		cd ../${MY_P} || die
 	fi
 }
 


             reply	other threads:[~2016-08-08 17:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08 17:46 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-14  5:22 [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/ Arthur Zamarin
2021-04-04  8:14 Sam James
2020-11-15 20:03 David Seifert
2017-03-23 20:31 David Seifert
2017-03-20 12:28 Agostino Sarubbo
2017-03-19  8:28 David Seifert
2016-08-05 20:21 Sergei Trofimovich
2015-10-04  5:33 Michael Sterrett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470678334.851a3392bfa7c0d49dfab0263cbd38380de05f23.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox