]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(Makefile): correct loop variable
authorBenjamin Drung <benjamin.drung@canonical.com>
Thu, 30 Oct 2025 11:53:09 +0000 (12:53 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Thu, 30 Oct 2025 12:58:17 +0000 (08:58 -0400)
Makefile

index bcb8ef335a6e136d8684a7a56f0b98b27d212294..cfbf673521a8c26e305e7da9f6d171efbe4b2594 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,7 @@ endif
        fi
 ifeq ($(ARCH),s390x)
        for f in cio_ignore cms dasd dasd_mod dcssblk zfcp zipl znet; do \
-               rm -r $(DESTDIR)$(pkglibdir)/modules.d/[0-9][0-9]$${i}; \
+               rm -r $(DESTDIR)$(pkglibdir)/modules.d/[0-9][0-9]$${f}; \
        done
 endif