From: Michael Tremer Date: Wed, 10 Jul 2024 14:26:49 +0000 (+0000) Subject: flash-images: Fix typo X-Git-Tag: v2.29-core188~10^2~263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=162bb72ad9f78aac22058df60f6909b1ec74685d;p=ipfire-2.x.git flash-images: Fix typo Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index d3d550c6b6..5623f2e3c5 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -252,4 +252,4 @@ endif rm -rf $(IMG) $(MNThdd) $(DIR_TMP)/cdrom # Create checksum file - cd $(IMAGES_DIR) && b2sum "$(notdir $(IMAGE_FILE))" > "$(notdir "$(IMAGE_FILE)").b2" + cd $(IMAGES_DIR) && b2sum "$(notdir $(IMAGE_FILE))" > "$(notdir $(IMAGE_FILE)).b2"