summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2018-10-16 20:24:37 +0200
committerAmy Liffey <amynka@gentoo.org>2018-10-16 20:27:05 +0200
commit7bc162059d2bad255b904b1001dce348b364f501 (patch)
tree1789268d3d70977e39c1056a3027d0201ec581e8 /sci-libs
parentxfce-extra/xfce4-screensaver: New package (diff)
downloadgentoo-7bc162059d2bad255b904b1001dce348b364f501.tar.gz
gentoo-7bc162059d2bad255b904b1001dce348b364f501.tar.bz2
gentoo-7bc162059d2bad255b904b1001dce348b364f501.zip
sci-libs/gdal: fix perl sandbox violations
Suggested-by: David Haller <gentoo@dhaller.de> Closes: https://bugs.gentoo.org/663282 Signed-off-by: Amy Liffey <amynka@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/gdal-2.3.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-2.3.1.ebuild b/sci-libs/gdal/gdal-2.3.1.ebuild
index e1f97f524f2e..65af4595613d 100644
--- a/sci-libs/gdal/gdal-2.3.1.ebuild
+++ b/sci-libs/gdal/gdal-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -276,6 +276,7 @@ src_compile() {
src_install() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null || die
+ myinst=( DESTDIR="${D}" )
perl-module_src_install
popd > /dev/null || die
sed -e 's:BINDINGS = \(.*\) perl:BINDINGS = \1:g' \