commit: 4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 01:56:19 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 01:56:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4252bf24
app-arch/hardlink: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/hardlink/hardlink-0.3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/hardlink/hardlink-0.3.2.ebuild
b/app-arch/hardlink/hardlink-0.3.2.ebuild
index 41e4ede3f061..e8474e2e6476 100644
--- a/app-arch/hardlink/hardlink-0.3.2.ebuild
+++ b/app-arch/hardlink/hardlink-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-DOCS=( README ${T}/README.rsync )
+DOCS=( README "${T}"/README.rsync )
src_prepare() {
default