* [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/cloud-utils/
@ 2024-07-21 9:47 Artemis Everfree
0 siblings, 0 replies; only message in thread
From: Artemis Everfree @ 2024-07-21 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 026fd7cf888c2415d62a74e536dc0cdbf4b9ab11
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sun Jul 21 09:46:13 2024 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sun Jul 21 09:46:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=026fd7cf
app-emulation/cloud-utils: use dobin/doman
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
app-emulation/cloud-utils/cloud-utils-0.33.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-emulation/cloud-utils/cloud-utils-0.33.ebuild b/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
index 513b05864..621164931 100644
--- a/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
+++ b/app-emulation/cloud-utils/cloud-utils-0.33.ebuild
@@ -87,10 +87,6 @@ src_install() {
)
fi
- local bindir="${D}/usr/bin"
- local mandir="${D}/usr/share/man/man1"
-
- mkdir -p "${bindir}" "${mandir}" || die
- install "${wanted_bin[@]}" "${bindir}" || die
- install "${wanted_man[@]}" "${mandir}" --mode=0644 || die
+ dobin "${wanted_bin[@]}"
+ doman "${wanted_man[@]}"
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-21 9:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21 9:47 [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/cloud-utils/ Artemis Everfree
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox