From: "Fatih Aşıcı" <fatih-caicS1wCkhO6A22drWdTBw@public.gmane.org>
To: initramfs mailing list
<initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 49/50] Modify hook loading to make it slightly easier to script.
Date: Wed, 18 Feb 2009 04:07:40 +0200 [thread overview]
Message-ID: <200902180407.44139.fatih@pardus.org.tr> (raw)
In-Reply-To: <200902161907.n1GJ7Mrh029004-Dj75qbTlC0E76Z2rM5mHXA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2009-02-18 2:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-16 19:07 [PATCH 49/50] Modify hook loading to make it slightly easier to script initramfs mailing list
[not found] ` <200902161907.n1GJ7Mrh029004-Dj75qbTlC0E76Z2rM5mHXA@public.gmane.org>
2009-02-18 2:07 ` Fatih Aşıcı [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200902180407.44139.fatih@pardus.org.tr \
--to=fatih-caics1wckho6a22drwdtbw@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox