summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/panda')
-rw-r--r--app-antivirus/panda/Manifest8
-rw-r--r--app-antivirus/panda/panda-9.00.00.ebuild6
2 files changed, 7 insertions, 7 deletions
diff --git a/app-antivirus/panda/Manifest b/app-antivirus/panda/Manifest
index 62c747ebb..c9818790e 100644
--- a/app-antivirus/panda/Manifest
+++ b/app-antivirus/panda/Manifest
@@ -1,8 +1,8 @@
DIST pavcl_linux.tgz 7993107 RMD160 8695977b1c5402969d72b89abc92b10c8d9a30fa SHA1 c4803efadd17e3caddb4ef1610cec3ed5beac656 SHA256 a72c9fd4f76fd801800711d804e98d01b3cd7abb5843755518e1dfbb9bfc7612
-EBUILD panda-9.00.00.ebuild 1091 RMD160 510f2f4be4ca5d7ea9b13ff20148a455aeb0ec92 SHA1 c3dca6f40c17836012799188067a3cf312caf6dc SHA256 543f227b7955602c98846d78935ff1693de0aabe666b632d7484dd509fdd6776
-MD5 86d502df5855cd95620e20792214e568 panda-9.00.00.ebuild 1091
-RMD160 510f2f4be4ca5d7ea9b13ff20148a455aeb0ec92 panda-9.00.00.ebuild 1091
-SHA256 543f227b7955602c98846d78935ff1693de0aabe666b632d7484dd509fdd6776 panda-9.00.00.ebuild 1091
+EBUILD panda-9.00.00.ebuild 1097 RMD160 07541009089b9f89d4fece2607df061fb39298d3 SHA1 2b1d66d56de7a4e19ecc70a709014656ce4ef41a SHA256 f20c652fd7d4e4174a4467942db02ff8ebdedeeb1c496ac53eacdbb79740a69c
+MD5 fc98ac64efbcc75c0155ddc934cde256 panda-9.00.00.ebuild 1097
+RMD160 07541009089b9f89d4fece2607df061fb39298d3 panda-9.00.00.ebuild 1097
+SHA256 f20c652fd7d4e4174a4467942db02ff8ebdedeeb1c496ac53eacdbb79740a69c panda-9.00.00.ebuild 1097
MISC ChangeLog 256 RMD160 bc3d4b2144a3bdba24353d63ab3cb42b9c0fdbdc SHA1 1a4432b5b0914bc9f2992e9147f2d73914744351 SHA256 73ded9f0ffbb8621d4b2cf2a84be126f805ed8dcb3738ad8a07664ba6f77ef4c
MD5 2bc34bbeab7a77d2527c57ec614d7450 ChangeLog 256
RMD160 bc3d4b2144a3bdba24353d63ab3cb42b9c0fdbdc ChangeLog 256
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() {