diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2023-11-07 20:08:27 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-11-07 20:15:29 +0100 |
commit | 661beeb9c62bbd79347e94bfe1e9b4cb3b805a16 (patch) | |
tree | da62e2ad7ac2f3ebe05a9fd3fff7e7ef2d385d42 /app-text/paperwork-backend | |
parent | sci-mathematics/opensmt: fix build with gcc 14 (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |