From: Claus Klein <claus.klein@arcormail.de>
To: buildroot@busybox.net
Subject: [Buildroot] [patch] prevent make install error for avahi pkg
Date: Mon, 31 Dec 2007 22:55:44 +0100 [thread overview]
Message-ID: <47796560.7000603@arcormail.de> (raw)
make sure than target dir exist bevor instll to it:
ck
root at slax:/buildroot/package/avahi# svn diff
Index: avahi.mk
===================================================================
--- avahi.mk (revision 20696)
+++ avahi.mk (working copy)
@@ -151,6 +151,7 @@
$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
mkdir -p $(TARGET_DIR)/etc/avahi
mkdir -p $(TARGET_DIR)/var/lib
+ mkdir -p $(TARGET_DIR)/usr/share/udhcpc/
cp -af $(STAGING_DIR)/etc/avahi/avahi-autoipd.action
$(TARGET_DIR)/etc/avahi/
cp -af $(BASE_DIR)/package/avahi/busybox-udhcpc-default.script
$(TARGET_DIR)/usr/share/udhcpc/default.script
chmod 0755 $(TARGET_DIR)/usr/share/udhcpc/default.script
root at slax:/buildroot/package/avahi#
reply other threads:[~2007-12-31 21:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=47796560.7000603@arcormail.de \
--to=claus.klein@arcormail.de \
--cc=buildroot@busybox.net \
/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