diff options
author | Jakub Moc <jakub@gentoo.org> | 2006-06-11 10:27:15 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2006-06-11 10:27:15 +0000 |
commit | 74940809a8b822584a084e1b097b6e15dcdf3223 (patch) | |
tree | 0ac0b0a8e5a0098eb64dfcc15b1e8918232dcc91 /app-antivirus/panda/panda-9.00.00.ebuild | |
parent | net-ftp/ftpd - minor QA improvements (diff) | |
download | sunrise-74940809a8b822584a084e1b097b6e15dcdf3223.tar.gz sunrise-74940809a8b822584a084e1b097b6e15dcdf3223.tar.bz2 sunrise-74940809a8b822584a084e1b097b6e15dcdf3223.zip |
app-antivirus/panda - quoting
svn path=/; revision=54
Diffstat (limited to 'app-antivirus/panda/panda-9.00.00.ebuild')
-rw-r--r-- | app-antivirus/panda/panda-9.00.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/panda/panda-9.00.00.ebuild b/app-antivirus/panda/panda-9.00.00.ebuild index 88e78789c..73eb24386 100644 --- a/app-antivirus/panda/panda-9.00.00.ebuild +++ b/app-antivirus/panda/panda-9.00.00.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -S=${WORKDIR} +S="${WORKDIR}" DESCRIPTION="Panda Antivirus for Linux" HOMEPAGE="http://www.pandasoftware.com/download/linux/linux.asp" @@ -21,7 +21,7 @@ RESTRICT="mirror strip" QA_TEXTRELS_x86="opt/pavcl/usr/lib/libPsk*.so.*" src_install() { - cd ${S} + cd "${S}" cp -r . ${D} dodir /etc/env.d |