diff options
Diffstat (limited to 'dev-util/strace/strace-9999.ebuild')
-rw-r--r-- | dev-util/strace/strace-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index 289f2f73c3e9..a72fc13496a5 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -29,7 +29,8 @@ RDEPEND="perl? ( dev-lang/perl )" src_prepare() { if epatch_user || [[ ! -e configure ]] ; then # git generation - ./xlat/gen.sh + ./xlat/gen.sh || die + ./generate_mpers_am.sh || die eautoreconf [[ ! -e CREDITS ]] && cp CREDITS{.in,} fi |