summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-03-20 09:25:49 -0400
committerBrian Evans <grknight@gentoo.org>2018-03-20 09:26:41 -0400
commitde84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b (patch)
tree9b1803d22b9eddf56ee56cfc18630362f5b500a4 /dev-php/jpgraph/jpgraph-4.0.2.ebuild
parentdev-php/composer: Drop old (diff)
downloadgentoo-de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b.tar.gz
gentoo-de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b.tar.bz2
gentoo-de84138bd6c5b31f29a59aeb9be4beaf8cd6ec5b.zip
dev-php/jpgraph: Version bump to 4.2.0, fix absolute symlink
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php/jpgraph/jpgraph-4.0.2.ebuild')
-rw-r--r--dev-php/jpgraph/jpgraph-4.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/jpgraph/jpgraph-4.0.2.ebuild b/dev-php/jpgraph/jpgraph-4.0.2.ebuild
index 3d0a12eeb095..c89e72cdc0ee 100644
--- a/dev-php/jpgraph/jpgraph-4.0.2.ebuild
+++ b/dev-php/jpgraph/jpgraph-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -59,5 +59,5 @@ src_install() {
doins jpg-config.inc.php
# Create a symlink for the config file, because the library will only
# look for it in its own source tree (not in /etc where we've put it).
- dosym /etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php"
+ dosym ../../../../etc/jpg-config.inc.php "/usr/share/php/${PN}/jpg-config.inc.php"
}