diff --git a/Makefile b/Makefile index 917834c..ec82bea 100644 --- a/Makefile +++ b/Makefile @@ -12,13 +12,13 @@ DEPENDS = glibc,grep,util-linux,xz,zfs,zlib ARCH = x86_64 URL = http://www.gnu.org/software/grub/ DESC = GNU GRUB is a Multiboot boot loader. -SNAPVER = sr1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') SRCDIR := $(shell tar -tf $(ARCHIVE)|head -1|sed 's/\/.*//') PATCHDIR := $(PWD)/SRC/patches -VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER) +VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')-$(SNAPVER) include /usr/share/snap/Makefile.snaplinux diff --git a/SRC/grub-2.03-beta3.tar.bz2 b/SRC/grub-2.03-beta3.tar.bz2 new file mode 100644 index 0000000..e10cdd2 Binary files /dev/null and b/SRC/grub-2.03-beta3.tar.bz2 differ