Skip to content

Commit

Permalink
app-shells/posh: Force eautoreconf to regen files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Mar 26, 2018
1 parent 4bde6a5 commit d0d2d8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-shells/posh/posh-0.13.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=6

inherit autotools

DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
HOMEPAGE="https://salsa.debian.org/clint/posh"
SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
Expand All @@ -16,6 +18,12 @@ DEPEND="app-arch/xz-utils"

S=${WORKDIR}/posh

src_prepare() {
default
# the tarball apparently contains outdated files
eautoreconf
}

src_configure() {
local myconf=(
--exec-prefix="${EPREFIX:-/}"
Expand Down

0 comments on commit d0d2d8d

Please sign in to comment.