Gitweb:     
http://git.kernel.org/?p=linux/kernel/git/davej/dracut.git;a=commit;h=1c25acaac4f0a4a7360d61ccc76174f44aee6d60
Commit:     1c25acaac4f0a4a7360d61ccc76174f44aee6d60
Parent:     6b0daf2e25a1fcd270eb89dc6b36d7e4432b1ca8
Author:     Dave Jones <[email protected]>
AuthorDate: Wed Feb 18 13:00:59 2009 -0500
Committer:  Dave Jones <[email protected]>
CommitDate: Wed Feb 18 13:00:59 2009 -0500

    Fix typo in hook installation.
    
    Spotted by Fatih Aşıcı <[email protected]>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 5d48a5f..70d6782 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ install:
        install -m 0755 dracut-functions $(DESTDIR)/usr/libexec/dracut/functions
        mkdir $(DESTDIR)/usr/libexec/dracut/rules.d
        for rule in rules.d/*.rules ; do install -m 0644 $$rule 
$(DESTDIR)/usr/libexec/dracut ; done
-       for hooks in hooks/* ; do install -m 0755 $$hook 
$(DESTDIR)/usr/libexec/dracut ; done
+       for hook in hooks/* ; do install -m 0755 $$hook 
$(DESTDIR)/usr/libexec/dracut ; done
        for module in modules/*; do install -m 0755 $$module 
$(DESTDIR)/usr/libexec/dracut ; done
 clean:
        rm -f *~
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to