commit: 65a2b6e29471e9048c6e805182698dbd115f5f6a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 07:47:07 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 07:47:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a2b6e2
app-emacs/emacs-common: Silence pushd and popd
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/emacs-common/emacs-common-1.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/emacs-common/emacs-common-1.10.ebuild
b/app-emacs/emacs-common/emacs-common-1.10.ebuild
index 30d2f5838e2e..e943b4f025c9 100644
--- a/app-emacs/emacs-common/emacs-common-1.10.ebuild
+++ b/app-emacs/emacs-common/emacs-common-1.10.ebuild
@@ -39,7 +39,7 @@ src_install() {
local i
domenu emacs.desktop emacsclient.desktop
- pushd icons || die
+ pushd icons >/dev/null || die
newicon sink.png emacs-sink.png
newicon emacs25_48.png emacs.png
for i in 16 24 32 48 128; do
@@ -49,7 +49,7 @@ src_install() {
done
doicon -s scalable emacs23.svg
newicon -s scalable emacs25.svg emacs.svg
- popd
+ popd >/dev/null || die
if use gsettings; then
insinto /usr/share/glib-2.0/schemas