summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-02 19:53:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-02 19:53:33 +0000
commit1883ef9bef6dd97248652475ea270d097cad6531 (patch)
tree7e6dca60c477b90a938b5621dd1c8e4d13687abc /dev-db/mysql++/mysql++-1.7.9-r1.ebuild
parentFix bug #24781. (diff)
downloadgentoo-2-1883ef9bef6dd97248652475ea270d097cad6531.tar.gz
gentoo-2-1883ef9bef6dd97248652475ea270d097cad6531.tar.bz2
gentoo-2-1883ef9bef6dd97248652475ea270d097cad6531.zip
$A should NOT be quoted at all in an unpack call
Diffstat (limited to 'dev-db/mysql++/mysql++-1.7.9-r1.ebuild')
-rw-r--r--dev-db/mysql++/mysql++-1.7.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql++/mysql++-1.7.9-r1.ebuild b/dev-db/mysql++/mysql++-1.7.9-r1.ebuild
index 2e53b63903b5..9ddfdc6a49bd 100644
--- a/dev-db/mysql++/mysql++-1.7.9-r1.ebuild
+++ b/dev-db/mysql++/mysql++-1.7.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-1.7.9-r1.ebuild,v 1.4 2003/05/11 18:14:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-1.7.9-r1.ebuild,v 1.5 2003/08/02 19:53:30 robbat2 Exp $
S=${WORKDIR}/${P}
@@ -23,7 +23,7 @@ LICENSE="LGPL-2"
DEPEND=">=dev-db/mysql-3.23.49"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
EPATCH_OPTS="-p1 -d ${S}"
if [[ "${COMPILER}" == "gcc3" ]];then
EPATCH_SINGLE_MSG="Patching for gcc 3.0..."