]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Makefile: s/dracut-initramfs-backup.sh/dracut-initramfs-restore.sh/
authorHarald Hoyer <harald@redhat.com>
Mon, 13 Feb 2012 17:20:12 +0000 (18:20 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 13 Feb 2012 17:20:12 +0000 (18:20 +0100)
Makefile

index 99279ac7380a65003a867c8ac7da3575c30495ce..527cc1ba936b48431b2cd6f20d6f1abcfa497e4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ rpm: dracut-$(VERSION).tar.bz2
        ( mv "$$rpmbuild"/noarch/*.rpm .; mv "$$rpmbuild"/*.src.rpm .;rm -fr "$$rpmbuild"; ls *.rpm )
 
 syncheck:
-       @ret=0;for i in dracut-initramfs-backup.sh dracut-logger \
+       @ret=0;for i in dracut-initramfs-restore.sh dracut-logger \
                         modules.d/99base/init modules.d/*/*.sh; do \
                 [ "$${i##*/}" = "module-setup.sh" ] && continue; \
                 [ "$${i##*/}" = "caps.sh" ] && continue; \