mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-15 07:31:36 +01:00
sys-devel/automake: Sync with Gentoo
It's from Gentoo commit c6d66d52fd0da4410f23ff947bf13a480c89aded.
This commit is contained in:
parent
79119d0e59
commit
1f7557fcab
@ -109,8 +109,13 @@ src_install() {
|
|||||||
done
|
done
|
||||||
popd >/dev/null || die
|
popd >/dev/null || die
|
||||||
|
|
||||||
local major="$(ver_cut 1)"
|
if [[ ${PV} == 9999 ]]; then
|
||||||
local minor="$(ver_cut 2)"
|
local major="89"
|
||||||
|
local minor="999"
|
||||||
|
else
|
||||||
|
local major="$(ver_cut 1)"
|
||||||
|
local minor="$(ver_cut 2)"
|
||||||
|
fi
|
||||||
local idx="$((99999-(major*1000+minor)))"
|
local idx="$((99999-(major*1000+minor)))"
|
||||||
newenvd - "06automake${idx}" <<-EOF
|
newenvd - "06automake${idx}" <<-EOF
|
||||||
INFOPATH="${infopath}"
|
INFOPATH="${infopath}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user