The following changes were made:

* Moved grub.default to correct location
  * Built with stripping re-enabled, should only --strip-debug on grub modules
This commit is contained in:
2017-05-21 10:27:28 -05:00
parent 643dbc6cd2
commit bdc4555372

View File

@@ -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); \