mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
sys-boot/grub: update SRC_URI
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
9e82a0f9eb
commit
fccdbb700b
@ -39,11 +39,9 @@ if [[ ${PV} != 9999 ]]; then
|
|||||||
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
|
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
|
||||||
# The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860
|
# The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860
|
||||||
MY_P=${P/_/'~'}
|
MY_P=${P/_/'~'}
|
||||||
# https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz
|
|
||||||
# https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz.sig
|
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://dev.gentoo.org/~floppym/dist/${MY_P}.tar.xz
|
https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz
|
||||||
verify-sig? ( https://dev.gentoo.org/~floppym/dist/${MY_P}.tar.xz.sig )
|
verify-sig? ( https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz.sig )
|
||||||
"
|
"
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user