summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-12-07 18:37:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-12-07 18:37:05 +0000
commite3b0aac6069455abc195d29c94556c7f9528cd10 (patch)
tree0536b0236a2333bf8aa694b52341312a6e177699 /media-gfx/pqiv
parentVersion bump wrt #250205, thanks to Phillip Berndt for applying our asneeded ... (diff)
downloadgentoo-2-e3b0aac6069455abc195d29c94556c7f9528cd10.tar.gz
gentoo-2-e3b0aac6069455abc195d29c94556c7f9528cd10.tar.bz2
gentoo-2-e3b0aac6069455abc195d29c94556c7f9528cd10.zip
Quoting for DESTDIR.
(Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r--media-gfx/pqiv/pqiv-0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pqiv/pqiv-0.8.ebuild b/media-gfx/pqiv/pqiv-0.8.ebuild
index 99aa7a026adc..1aae7eb4fec0 100644
--- a/media-gfx/pqiv/pqiv-0.8.ebuild
+++ b/media-gfx/pqiv/pqiv-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.1 2008/12/07 18:35:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.8.ebuild,v 1.2 2008/12/07 18:37:05 ssuominen Exp $
EAPI=2
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
- ./configure --prefix=/usr --destdir=${D} || die "./configure failed."
+ ./configure --prefix=/usr --destdir="${D}" || die "./configure failed."
}
src_compile() {