public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/s6-man/
@ 2022-05-23 17:15 Haelwenn Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2022-05-23 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     41bc0c4b1fb85284d7cd75d25be4ed915d735bff
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Thu May 19 20:58:26 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu May 19 20:58:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41bc0c4b

app-misc/s6-man: update copyright

Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>

 app-misc/s6-man/s6-man-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/s6-man/s6-man-9999.ebuild b/app-misc/s6-man/s6-man-9999.ebuild
index 4b3438cec..05e7d03b2 100644
--- a/app-misc/s6-man/s6-man-9999.ebuild
+++ b/app-misc/s6-man/s6-man-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/s6-man/
@ 2022-09-08 10:06 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     26c868eef83767d6e7672f8c73a2a0158dda3c26
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:00:28 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:00:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26c868ee

app-misc/s6-man: quote S variables

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/s6-man/s6-man-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/s6-man/s6-man-9999.ebuild b/app-misc/s6-man/s6-man-9999.ebuild
index 05e7d03b2..12fff0678 100644
--- a/app-misc/s6-man/s6-man-9999.ebuild
+++ b/app-misc/s6-man/s6-man-9999.ebuild
@@ -17,7 +17,7 @@ src_compile() {
 }
 
 src_install() {
-	ls -la ${S}
-	doman ${S}/man7/*
-	doman ${S}/man8/*
+	ls -la "${S}"
+	doman "${S}"/man7/*
+	doman "${S}"/man8/*
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-08 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-23 17:15 [gentoo-commits] repo/proj/guru:master commit in: app-misc/s6-man/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08 10:06 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox