app-shells/posh: Fix EPREFIX install
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Nov 2017 08:17:00 +0000 (09:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Nov 2017 09:26:59 +0000 (10:26 +0100)
Closes: https://bugs.gentoo.org/636774

app-shells/posh/Manifest
app-shells/posh/posh-0.12.6.ebuild

index 1cd9f2f3ccf521a5d104aab677c59c7f54b95bf9..be9cec3811254141e5688cdc006fddcfed06c846 100644 (file)
@@ -1,2 +1 @@
 DIST posh_0.12.6.tar.xz 268872 SHA256 32d00153b448df535fd095d768db2771794bfc54002efd711abc48a40481170d SHA512 2b862264dd13c840facb158f1e2731dd1f11c7a567308feb6bd80fd5a7ea4d8e383cc13a0819f90da5fdad70d0adcc81e5adf2bd69a7a171e2e874f82509123c WHIRLPOOL 201e99e5ba990fa800c3c141872b3a332ff67051abd2f64e8b693b894050780d9cb196804678dd73896585f170b28147092a2bbd85a2028a6a6044ef9a140130
-DIST posh_0.12.tar.gz 469680 SHA256 9206b67005cf357404b3f3021c2d7c7bbd50756050512dececb9ed836435b048 SHA512 bb98d2fa009b5ccd666103378dd30da5649baf830d4e3124575f813b98b13275bde46e03bb737c75b37c82f655b3f17e9a5decd29b75d20678e78a4d7e3abf00 WHIRLPOOL ffd03e1537aa8e68545c532fb8c27fc9702ab16157efce7ef5c83b6f70fbe1a807e4759b85525036ae0c26f56b595ccf95d9cffb8a96b4ef8e5a8ec4b50c60e6
index 58764617cd6ac9fd34b523da01d8746b83bbf705..54fe29fd7e04e3c60b0c837e262ebf0b6a48162a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ S=${WORKDIR}/posh
 
 src_configure() {
        local myconf=(
-               --exec-prefix=/
+               --exec-prefix="${EPREFIX:-/}"
        )
        econf "${myconf[@]}"
 }