summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/panda/panda-9.00.00.ebuild')
-rw-r--r--app-antivirus/panda/panda-9.00.00.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-antivirus/panda/panda-9.00.00.ebuild b/app-antivirus/panda/panda-9.00.00.ebuild
index 73eb24386..54caf2c6f 100644
--- a/app-antivirus/panda/panda-9.00.00.ebuild
+++ b/app-antivirus/panda/panda-9.00.00.ebuild
@@ -22,11 +22,11 @@ QA_TEXTRELS_x86="opt/pavcl/usr/lib/libPsk*.so.*"
src_install() {
cd "${S}"
- cp -r . ${D}
+ cp -r . "${D}"
dodir /etc/env.d
- echo "PATH=\"/opt/pavcl/usr/bin\"" >> ${D}/etc/env.d/90panda
- echo "MANPATH=\"/opt/pavcl/usr/man\"" >> ${D}/etc/env.d/90panda
+ echo "PATH=\"/opt/pavcl/usr/bin\"" >> "${D}"/etc/env.d/90panda
+ echo "MANPATH=\"/opt/pavcl/usr/man\"" >> "${D}"/etc/env.d/90panda
}
pkg_postinst() {