From 1ed5ee7ef124b991626fe41c851f83c46f310081 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 22 Jan 2022 05:47:45 +0100 Subject: [PATCH] build: Manually copy install-sh into tarball --- GNUmakefile.in | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 3fffc577..105b153e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -290,6 +290,7 @@ dist: cp -r '$(call SHESCAPE,$(SRCDIR))'/.git '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)"/ cd '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)" && git checkout . cd '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)" && NOCONFIGURE=yes ./autogen.sh + cp '$(call SHESCAPE,$(SRCDIR))'/install-sh '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)"/ rm -rf '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)/reduced-gnu-efi/.git" rm -rf '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)/stivale/.git" rm -rf '$(call SHESCAPE,$(BUILDDIR))'/"limine-$(LIMINE_VERSION)/.git" diff --git a/README.md b/README.md index 057c277d..d19678da 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ For example, to clone the latest binary release of the `v2.x` branch one can do ```bash git clone https://github.com/limine-bootloader/limine.git --branch=v2.0-branch-binary --depth=1 ``` -or, to clone a specific binary point release (for example v2.78.1) +or, to clone a specific binary point release (for example v2.78.2) ```bash -git clone https://github.com/limine-bootloader/limine.git --branch=v2.78.1-binary --depth=1 +git clone https://github.com/limine-bootloader/limine.git --branch=v2.78.2-binary --depth=1 ``` Additionally, the absolute latest Limine binary release can be obtained by