commit:     661beeb9c62bbd79347e94bfe1e9b4cb3b805a16
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 19:08:27 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 19:15:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661beeb9

app-text/paperwork-backend: fix quoting

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild 
b/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild
index 7a31ab09d094..fbaf8d92135b 100644
--- a/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild
+++ b/app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild
@@ -51,7 +51,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 
 src_prepare() {
        default
-       cp -a "${WORKDIR}"/${PN} ${WORKDIR}/paperwork-${PV}/
+       cp -a "${WORKDIR}"/${PN} "${WORKDIR}"/paperwork-${PV}/
 }
 
 python_compile() {

Reply via email to