Skip to content

Commit

Permalink
app-arch/zstd: Fix install prefix #593632
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
patricklauer committed Sep 26, 2016
1 parent 4cca042 commit 368397d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

src_compile() {
emake PREFIX="/usr" zstd
cd lib && emake PREFIX="/usr" libzstd
}

src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}

0 comments on commit 368397d

Please sign in to comment.