mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
fix steghide install when /bin/sh is dash
This commit is contained in:
parent
39d9385d2a
commit
78700c220b
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue