Skip to content

Commit

Permalink
hotfix for failin grub compile, due to SRC_URI being overwritten and …
Browse files Browse the repository at this point in the history
…not downloading unifont
  • Loading branch information
Alexander Reitzel committed Jan 19, 2013
1 parent ab25935 commit 64afde7
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -3,7 +3,6 @@
EAPI=4 EAPI=4


BINFONT="unifont-1.0.pf2" BINFONT="unifont-1.0.pf2"
SRC_URI="binfont? ( http://www.funtoo.org/distfiles/grub/${BINFONT}.xz )"


if [[ ${PV} == "9999" ]] ; then if [[ ${PV} == "9999" ]] ; then
EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/"
Expand All @@ -15,7 +14,7 @@ else
SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz" SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz"
else else
SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
mirror://gentoo/${MY_P}.tar.xz" mirror://gentoo/${MY_P}.tar.xz http://ftp.osuosl.org/pub/funtoo/distfiles/grub/${BINFONT}.xz"
fi fi
KEYWORDS="amd64 x86" KEYWORDS="amd64 x86"
S=${WORKDIR}/${MY_P} S=${WORKDIR}/${MY_P}
Expand Down

0 comments on commit 64afde7

Please sign in to comment.