* [Buildroot] [patch] prevent make install error for avahi pkg
@ 2007-12-31 21:55 Claus Klein
0 siblings, 0 replies; only message in thread
From: Claus Klein @ 2007-12-31 21:55 UTC (permalink / raw)
To: buildroot
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#
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-31 21:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 21:55 [Buildroot] [patch] prevent make install error for avahi pkg Claus Klein
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.