From c7d4bbbe4576d5777e750759676710a303bfe87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Sun, 26 Mar 2023 21:50:48 +0200 Subject: [PATCH] Makefile: don't delete temp dir after installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- Makefile | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f4cd89..91477a1 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ install: @echo @echo " For further information visit https://github.com/Antynea/grub-btrfs or read the man page: 'man grub-btrfs'" @echo + @rm -rf "${TEMP_DIR}" @mkdir "${TEMP_DIR}" @chmod 777 ${TEMP_DIR} @cp manpages/grub-btrfs.8.man ${TEMP_DIR}/grub-btrfs.8 @@ -77,7 +78,6 @@ install: install -Dm644 -t "$(SHARE_DIR)/doc/$(PKGNAME)/" README.md; \ install -Dm644 "initramfs/readme.md" "$(SHARE_DIR)/doc/$(PKGNAME)/initramfs-overlayfs.md"; \ fi - @rm -rf "${TEMP_DIR}" @if command -v grub-mkconfig > /dev/null && [ -e "$(BOOT_DIR_DEBIAN)/grub.cfg" ] && test "$(GRUB_UPDATE_EXCLUDE)" = false; then \ echo "Updating the GRUB menu..."; \ grub-mkconfig -o "$(BOOT_DIR_DEBIAN)/grub.cfg"; \ diff --git a/config b/config index 2aa7123..1ceda5c 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ #!/usr/bin/env bash -GRUB_BTRFS_VERSION=4.12-master-2023-03-26T19:39:51+00:00 +GRUB_BTRFS_VERSION=4.12-master-2023-03-26T19:50:48+00:00 # Disable grub-btrfs. # Default: "false"