app-misc/timew: unnecessary quoting

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-09-16 02:11:28 +00:00
parent 94fa574aee
commit 4cb4be7616

View File

@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
src_configure() {
mycmakeargs=(
-DCMAKE_BUILD_TYPE=release
-DTIMEW_DOCDIR=share/doc/"${PF}"
-DTIMEW_DOCDIR=share/doc/${PF}
)
cmake_src_configure