diff --git a/Makefile b/Makefile index 7046057..0dc9497 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = glibc,util-linux,xz,zfs,zlib +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 = sr0 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -44,6 +44,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure done @cd $(SRCDIR); \ ./configure \ + --prefix=/usr \ --sbindir=/sbin \ --sysconfdir=/etc \ --disable-grub-emu-usb \ @@ -65,7 +66,8 @@ $(ROOT): $(SRCDIR)/grub-core mkdir -v $(ROOT); \ fi - @cd $(SRCDIR) && make install DESTDIR=$(ROOT) + @cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \ + rm -v $(ROOT)/usr/share/info/dir test: $(ROOT) @cd $(SRCDIR); \ diff --git a/SRC/grub-2.03-beta2.tar.bz2 b/SRC/grub-2.03-beta2.tar.bz2 deleted file mode 100644 index 19d063a..0000000 Binary files a/SRC/grub-2.03-beta2.tar.bz2 and /dev/null differ