diff options
author | 2019-04-01 23:19:54 +0200 | |
---|---|---|
committer | 2019-04-01 23:19:54 +0200 | |
commit | b23106df174bae9a43505ae11d84ebb0245328aa (patch) | |
tree | 8ac1df2e0cdd8939848f01a941319448321e508d /app-shells | |
parent | app-portage/eix: alpha version bump (diff) | |
download | mv-b23106df174bae9a43505ae11d84ebb0245328aa.tar.gz mv-b23106df174bae9a43505ae11d84ebb0245328aa.tar.bz2 mv-b23106df174bae9a43505ae11d84ebb0245328aa.zip |
app-shells/push: EPREFX->EPREFIX https://github.com/vaeth/mv-overlay/issues/10
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/push/push-3.1-r3.ebuild (renamed from app-shells/push/push-3.1-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/push/push-3.1-r2.ebuild b/app-shells/push/push-3.1-r3.ebuild index 558c7bd7..5be4e7b4 100644 --- a/app-shells/push/push-3.1-r2.ebuild +++ b/app-shells/push/push-3.1-r3.ebuild @@ -21,5 +21,5 @@ src_compile() { src_install() { dodoc README.md - emake DESTDIR="${ED}" PREFIX= EPREFX="${EPREFIX}" DATADIR=/lib/push install + emake DESTDIR="${ED}" PREFIX= EPREFIX="${EPREFIX}" DATADIR=/lib/push install } |