net-misc/q: Add quotes around variables

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-09-04 13:55:03 +02:00
parent 5ccae3956f
commit 8a138060bc
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -46,7 +46,7 @@ src_compile() {
}
src_install() {
newbin ${PN} ${MY_PN}
newbin "${PN}" "${MY_PN}"
}
pkg_postinst() {