public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/
Date: Mon, 27 Jun 2022 06:40:35 +0000 (UTC)	[thread overview]
Message-ID: <1656312024.8d4a9dd58efa5da36c7bd6a6f655dda799ca0115.tupone@gentoo> (raw)

commit:     8d4a9dd58efa5da36c7bd6a6f655dda799ca0115
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 06:40:24 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 06:40:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4a9dd5

dev-tcltk/blt: fix globs expansion

Closes: https://bugs.gentoo.org/839219
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/blt/blt-2.5.3-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-tcltk/blt/blt-2.5.3-r1.ebuild b/dev-tcltk/blt/blt-2.5.3-r1.ebuild
index eca6138d56f8..3332aa195afb 100644
--- a/dev-tcltk/blt/blt-2.5.3-r1.ebuild
+++ b/dev-tcltk/blt/blt-2.5.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -122,9 +122,11 @@ src_install() {
 	dodoc NEWS PROBLEMS README
 	docinto html
 	dodoc html/*.html
-	for f in `ls "${ED}"/usr/share/man/mann` ; do
-		mv "${ED}"/usr/share/man/mann/${f} "${ED}"/usr/share/man/mann/${f/.n/.nblt} || die
+	pushd "${ED}"/usr/share/man/mann
+	for f in * ; do
+		mv ${f} ${f/.n/.nblt} || die
 	done
+	popd
 
 	# fix for linking against shared lib with -lBLT or -lBLTlite
 	dosym libBLT${SHVER}$(get_libname) /usr/$(get_libdir)/libBLT$(get_libname)


             reply	other threads:[~2022-06-27  6:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-27  6:40 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 23:31 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/blt/ Sam James
2023-06-12 19:53 Alfredo Tupone
2023-01-15 14:59 Sam James
2023-01-15 12:19 Alfredo Tupone
2023-01-15 11:05 Alfredo Tupone
2022-12-26  2:03 WANG Xuerui
2021-06-30 17:55 Marek Szuba
2021-04-22  2:59 Sam James
2021-04-21 18:53 Sam James
2021-04-21 18:39 Sergei Trofimovich
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-01-06 22:33 Fabian Groffen
2021-01-04 21:34 Alfredo Tupone
2021-01-04 15:44 Alfredo Tupone
2021-01-04 15:07 Alfredo Tupone
2020-06-04 17:14 Mart Raudsepp
2018-06-08  7:59 Mikle Kolyada
2017-06-21 10:27 Alexis Ballier
2015-09-21 11:27 Agostino Sarubbo
2015-09-06 13:25 Agostino Sarubbo
2015-08-26 15:53 Markus Meier
2015-08-23 15:01 Jeroen Roovers
2015-08-16 17:50 Mikle Kolyada

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=1656312024.8d4a9dd58efa5da36c7bd6a6f655dda799ca0115.tupone@gentoo \
    --to=tupone@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