summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-07-12 13:18:10 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-07-12 13:18:10 +0000
commitf073536dbb5dc55ffea449f2267c300b4f20f104 (patch)
treefb12d2f503e180ef8eae07f8300b001ced6b2c22 /dev-haskell
parentFixed build failure against ghc-6.10+. (diff)
downloadgentoo-2-f073536dbb5dc55ffea449f2267c300b4f20f104.tar.gz
gentoo-2-f073536dbb5dc55ffea449f2267c300b4f20f104.tar.bz2
gentoo-2-f073536dbb5dc55ffea449f2267c300b4f20f104.zip
Quoted "${A}" on line: 32
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild b/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild
index 0c02d1899176..c87e83547aa8 100644
--- a/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild
+++ b/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild,v 1.2 2010/07/12 13:16:28 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild,v 1.3 2010/07/12 13:18:10 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal versionator
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
CABAL_CONFIGURE_FLAGS="--constraint=base<4"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cp "${FILESDIR}/hdbc-odbc-helper.h" "${S}/"