diff options
Diffstat (limited to 'app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild index 4b1b99b7663b..094aed04481c 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild @@ -66,7 +66,7 @@ src_compile() { if use python; then export PATH="$(qt5_get_bindir):${PATH}" python_build() { - pushd ${S} || die + pushd "${S}" || die sip-build || die popd || die } @@ -88,7 +88,7 @@ src_install() { dolib.so libqhexedit.so* if use python; then python_install() { - pushd ${S}/build || die + pushd "${S}"/build || die emake INSTALL_ROOT="${D}" install popd || die } |