diff --git a/core/grub/build b/core/grub/build index 5eca533b..d0cee821 100755 --- a/core/grub/build +++ b/core/grub/build @@ -3,9 +3,6 @@ # Grub is built in a function so the script argument needs to be stored. pkg_dir=$1 -# Fix -pie linker errors. -sed -i '/EFIEMU64_LINK_FORMAT=/s/"$/ -no-pie"/' grub/configure - build_grub() ( cp -a grub "grub-${1##*=}" cd "grub-${1##*=}" diff --git a/core/grub/version b/core/grub/version index b24222c0..621313cd 100644 --- a/core/grub/version +++ b/core/grub/version @@ -1 +1 @@ -2.04 3 +2.04 4