diff options
author | Jakub Moc <jakub@gentoo.org> | 2006-06-25 22:23:16 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2006-06-25 22:23:16 +0000 |
commit | 7a05c45690e90cd8b7cd4457b1348c556a6644ea (patch) | |
tree | c749b6bd801bcaf413ef1c3675d8abfd8de7580a /app-antivirus/panda/panda-9.00.00.ebuild | |
parent | sys-apps/fileschanged - Cosmetic changes. (diff) | |
download | sunrise-7a05c45690e90cd8b7cd4457b1348c556a6644ea.tar.gz sunrise-7a05c45690e90cd8b7cd4457b1348c556a6644ea.tar.bz2 sunrise-7a05c45690e90cd8b7cd4457b1348c556a6644ea.zip |
app-antivirus/panda - cosmetics
svn path=/sunrise/; revision=308
Diffstat (limited to 'app-antivirus/panda/panda-9.00.00.ebuild')
-rw-r--r-- | app-antivirus/panda/panda-9.00.00.ebuild | 6 |
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() { |