Skip to content

Commit

Permalink
Merge pull request #1952 from jlucas8/steghide-install-dash
Browse files Browse the repository at this point in the history
fix steghide install when /bin/sh is dash
  • Loading branch information
blshkv authored Jun 16, 2024
2 parents 39d9385 + 78700c2 commit cfca150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-crypt/steghide/steghide-0.5.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ src_compile() {
}

src_install() {
emake DESTDIR="${ED}" docdir="${EPREFIX}/usr/share/doc/${PF}" install || die "emake install failed"
local libtool
[[ ${CHOST} == *-darwin* ]] && libtool=$(type -P glibtool) || libtool=$(type -P libtool)
emake DESTDIR="${ED}" docdir="${EPREFIX}/usr/share/doc/${PF}" LIBTOOL="${libtool}" install || die "emake install failed"
}

0 comments on commit cfca150

Please sign in to comment.