summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2023-11-07 20:08:27 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2023-11-07 20:15:29 +0100
commit661beeb9c62bbd79347e94bfe1e9b4cb3b805a16 (patch)
treeda62e2ad7ac2f3ebe05a9fd3fff7e7ef2d385d42 /app-text/paperwork-backend
parentsci-mathematics/opensmt: fix build with gcc 14 (diff)
downloadgentoo-661beeb9c62bbd79347e94bfe1e9b4cb3b805a16.tar.gz
gentoo-661beeb9c62bbd79347e94bfe1e9b4cb3b805a16.tar.bz2
gentoo-661beeb9c62bbd79347e94bfe1e9b4cb3b805a16.zip
app-text/paperwork-backend: fix quoting
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text/paperwork-backend')
-rw-r--r--app-text/paperwork-backend/paperwork-backend-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {