diff options
author | Sam James <sam@gentoo.org> | 2024-03-10 01:56:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-10 01:56:19 +0000 |
commit | 4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6 (patch) | |
tree | c38c16678e39bafe5c5746a58890b3bba43c01d9 /app-arch/hardlink | |
parent | x11-misc/mozo: fix MultipleKeywordsLines (diff) | |
download | gentoo-4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6.tar.gz gentoo-4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6.tar.bz2 gentoo-4252bf24f5980e52c8e2582e0fe23f9b6f2a61c6.zip |
app-arch/hardlink: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/hardlink')
-rw-r--r-- | app-arch/hardlink/hardlink-0.3.2.ebuild | 4 |
1 files 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 |