Skip to content

Commit

Permalink
sys-fs/hfsutils: fix install for Prefix by Francois Bissy in bug #635950
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
grobian committed Oct 31, 2017
1 parent d1a413e commit 7274866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -41,9 +41,9 @@ src_compile() {
src_install() {
dodir /usr/bin /usr/lib /usr/share/man/man1
emake \
prefix="${D}"/usr \
MANDEST="${D}"/usr/share/man \
infodir="${D}"/usr/share/info \
prefix="${ED}"/usr \
MANDEST="${ED}"/usr/share/man \
infodir="${ED}"/usr/share/info \
install
dobin hfsck/hfsck
dodoc BLURB CHANGES README TODO doc/*.txt
Expand Down

0 comments on commit 7274866

Please sign in to comment.