summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2023-11-07 20:15:13 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2023-11-07 20:15:29 +0100
commit43acecded70a261f64f58a22a55662495103597a (patch)
tree4581e7917b604c5137ed8eb06bdecdd36ecfc322 /app-text
parentapp-text/paperwork-backend: fix quoting (diff)
downloadgentoo-43acecded70a261f64f58a22a55662495103597a.tar.gz
gentoo-43acecded70a261f64f58a22a55662495103597a.tar.bz2
gentoo-43acecded70a261f64f58a22a55662495103597a.zip
app-text/paperwork: fix quoting
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/paperwork/paperwork-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/paperwork/paperwork-2.2.1.ebuild b/app-text/paperwork/paperwork-2.2.1.ebuild
index a5fa423d906a..26f60728935f 100644
--- a/app-text/paperwork/paperwork-2.2.1.ebuild
+++ b/app-text/paperwork/paperwork-2.2.1.ebuild
@@ -41,7 +41,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
src_prepare() {
default
- cp -a "${WORKDIR}"/${PN}-gtk ${WORKDIR}/paperwork-${PV}/
+ cp -a "${WORKDIR}"/${PN}-gtk "${WORKDIR}"/paperwork-${PV}/
}
python_compile() {