Pazartesi 16 Şubat 2009 tarihinde şunları yazmıştınız:
> -       for hooks in pre-*/* ; do install -m 0755 $$hook 
> $(DESTDIR/usr/libexec/dracut ; done
> +       for hooks in hooks/* ; do install -m 0755 $$hook 
> $(DESTDIR)/usr/libexec/dracut ; done

Typo here. Must be

for hook in hooks/*

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to