Skip to content

Commit

Permalink
dev-vcs/git: Unpack man pages into ${S}
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Lars Wendler committed Mar 23, 2018
1 parent 37ad00c commit a44c5d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/git/git-2.17.0_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ exportmakeopts() {
src_unpack() {
if [[ ${PV} != *9999 ]]; then
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
cd "${S}" || die
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
if use doc ; then
pushd "${S}"/Documentation &>/dev/null || die
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ exportmakeopts() {
src_unpack() {
if [[ ${PV} != *9999 ]]; then
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
cd "${S}" || die
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
if use doc ; then
pushd "${S}"/Documentation &>/dev/null || die
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ exportmakeopts() {
src_unpack() {
if [[ ${PV} != *9999 ]]; then
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
cd "${S}" || die
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
if use doc ; then
pushd "${S}"/Documentation &>/dev/null || die
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ exportmakeopts() {
src_unpack() {
if [[ ${PV} != *9999 ]]; then
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
cd "${S}" || die
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
if use doc ; then
pushd "${S}"/Documentation &>/dev/null || die
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ exportmakeopts() {
src_unpack() {
if [[ ${PV} != *9999 ]]; then
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
cd "${S}" || die
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
if use doc ; then
pushd "${S}"/Documentation &>/dev/null || die
Expand Down

0 comments on commit a44c5d0

Please sign in to comment.