summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-05-29 13:40:46 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-05-29 13:40:46 +0000
commita3a8e9f0ec1c01b33e85f0dd4e8be16dee10973d (patch)
treecc3f5ea1d7c1790388a782145ff48d66ecebda4a /sci-geosciences/qgis
parentfix changelog (diff)
downloadgentoo-2-a3a8e9f0ec1c01b33e85f0dd4e8be16dee10973d.tar.gz
gentoo-2-a3a8e9f0ec1c01b33e85f0dd4e8be16dee10973d.tar.bz2
gentoo-2-a3a8e9f0ec1c01b33e85f0dd4e8be16dee10973d.zip
Fixing installation of examples. Thanks to Aldo Limongelli <aldo.limngelli@gmail.com> for report and patch.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/qgis')
-rw-r--r--sci-geosciences/qgis/ChangeLog6
-rw-r--r--sci-geosciences/qgis/qgis-1.4.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog
index 49a34162dee9..b909531bf3ea 100644
--- a/sci-geosciences/qgis/ChangeLog
+++ b/sci-geosciences/qgis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/qgis
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.10 2010/05/28 13:53:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.11 2010/05/29 13:40:46 xarthisius Exp $
+
+ 29 May 2010; Kacper Kowalik <xarthisius@gentoo.org> qgis-1.4.0.ebuild:
+ Fixing installation of examples. Thanks to Aldo Limongelli
+ <aldo.limngelli@gmail.com> for report and patch.
28 May 2010; Markus Meier <maekke@gentoo.org> qgis-1.4.0.ebuild:
x86 stable, bug #317385
diff --git a/sci-geosciences/qgis/qgis-1.4.0.ebuild b/sci-geosciences/qgis/qgis-1.4.0.ebuild
index b17decb5b665..1ff457a786dd 100644
--- a/sci-geosciences/qgis/qgis-1.4.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.4.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/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.7 2010/05/28 13:53:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.8 2010/05/29 13:40:46 xarthisius Exp $
EAPI="2"
@@ -92,7 +92,7 @@ src_install() {
if use examples; then
insinto /usr/share/doc/${PF}/examples
- doins "${WORKDIR}"/qgis_sample_data/* || die "Unable to install examples"
+ doins -r "${WORKDIR}"/qgis_sample_data/* || die "Unable to install examples"
fi
}