Skip to content

Commit

Permalink
Merge pull request #468 from mariux64/update-grub-from-2.00-to-2.02
Browse files Browse the repository at this point in the history
Update grub from 2.00 to 2.02
  • Loading branch information
donald authored Aug 28, 2017
2 parents 3735276 + 7fc5621 commit 89e0482
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 83 deletions.
83 changes: 0 additions & 83 deletions grub-2.00-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions grub.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION grub-2.02-0

SRCURL[0]="ftp://ftp.gnu.org/gnu/grub/grub-${PKGVERSION}.tar.gz"

#PATCHURL+=(/src/mariux/patches/grub-2.00-0001-avoid-compile-error-due-to-undeclared-gets.patch)

# EXCLUDE+=()

build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 89e0482

Please sign in to comment.