diff options
author | 2023-11-07 20:15:13 +0100 | |
---|---|---|
committer | 2023-11-07 20:15:29 +0100 | |
commit | 43acecded70a261f64f58a22a55662495103597a (patch) | |
tree | 4581e7917b604c5137ed8eb06bdecdd36ecfc322 /app-text | |
parent | app-text/paperwork-backend: fix quoting (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |