From bdc4555372705c25e4a91a9af4dd452623f4bb8c Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 21 May 2017 10:27:28 -0500 Subject: [PATCH] The following changes were made: * Moved grub.default to correct location * Built with stripping re-enabled, should only --strip-debug on grub modules --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2749743..68ffdbf 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = glibc,grep,libzfs,util-linux,xz,zlib ARCH = x86_64 URL = http://www.gnu.org/software/grub/ DESC = GNU GRUB is a Multiboot boot loader. -SNAPVER = 5 +SNAPVER = 6 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -69,7 +69,7 @@ $(ROOT): $(SRCDIR)/grub-core rm -v $(ROOT)/usr/share/info/dir @install -v -m 644 $(PWD)/SNAP/grub.default \ - $(ROOT)/usr/share/grub.default + $(ROOT)/usr/share/grub/grub.default test: $(ROOT) @cd $(SRCDIR); \