From: Luben Tuikov <luben.tuikov@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: "Alex Deucher" <Alexander.Deucher@amd.com>,
"Pierre-Eric Pelloux-Prayer" <pierre-eric.pelloux-prayer@amd.com>,
"Luben Tuikov" <luben.tuikov@amd.com>,
"Christian König" <christian.koenig@amd.com>,
"Tom StDenis" <tom.stdenis@amd.com>
Subject: [PATCH 1/6] umr: Rename "scripts/umr" --> "scripts/umr-completion.bash"
Date: Wed, 23 Mar 2022 07:48:37 -0400 [thread overview]
Message-ID: <20220323114842.78516-2-luben.tuikov@amd.com> (raw)
In-Reply-To: <20220323114842.78516-1-luben.tuikov@amd.com>
Rename to fall in line with completion scripts from other packages,
e.g. Git, however the completion file is still installed as "umr" into
the destination directory.
Cc: Alex Deucher <Alexander.Deucher@amd.com>
Cc: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Cc: Tom StDenis <tom.stdenis@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
---
scripts/{umr => umr-completion.bash} | 0
src/app/CMakeLists.txt | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename scripts/{umr => umr-completion.bash} (100%)
diff --git a/scripts/umr b/scripts/umr-completion.bash
similarity index 100%
rename from scripts/umr
rename to scripts/umr-completion.bash
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index 6d15d67e3c021b..5087467d70d6fe 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -77,5 +77,5 @@ endif()
if(NOT BASH_COMPLETION_FOUND)
set(BASH_COMPLETION_COMPLETIONSDIR "/usr/share/bash-completion/completions")
endif()
-install(FILES ../../scripts/umr DESTINATION ${BASH_COMPLETION_COMPLETIONSDIR})
+install(FILES ../../scripts/umr-completion.bash DESTINATION ${BASH_COMPLETION_COMPLETIONSDIR} RENAME umr)
install(DIRECTORY ../../database/ DESTINATION ${CMAKE_INSTALL_BINDIR}/../share/umr/database/)
--
2.35.1.607.gf01e51a7cf
next prev parent reply other threads:[~2022-03-23 11:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 11:48 [PATCH 0/6] Complete and add dynamic completion to umr Luben Tuikov
2022-03-23 11:48 ` Luben Tuikov [this message]
2022-03-23 11:48 ` [PATCH 2/6] umr: Rename completion function Luben Tuikov
2022-03-23 11:48 ` [PATCH 3/6] umr: Complete umr completion Luben Tuikov
2022-03-23 11:48 ` [PATCH 4/6] umr: Replace and reuse asic.ipblock.reg completion Luben Tuikov
2022-03-23 11:48 ` [PATCH 5/6] umr: Replace and reuse ipblock completion Luben Tuikov
2022-03-23 11:48 ` [PATCH 6/6] umr: Add FILES section to the man page Luben Tuikov
2022-03-23 12:01 ` [PATCH 0/6] Complete and add dynamic completion to umr StDenis, Tom
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=20220323114842.78516-2-luben.tuikov@amd.com \
--to=luben.tuikov@amd.com \
--cc=Alexander.Deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=pierre-eric.pelloux-prayer@amd.com \
--cc=tom.stdenis@amd.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.