Skip to content

Commit

Permalink
pijul: fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cnd committed Oct 26, 2017
1 parent 828cd0d commit 4928f26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-vcs/pijul/pijul-0.8.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,9 @@ DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P}/${PN}"

src_install() {
export S="${WORKDIR}/${P}"
cd ${S}
cargo_src_install
}

0 comments on commit 4928f26

Please sign in to comment.