projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1828845
)
avahi: make sure usr/lib/ exists
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 13 Jun 2008 14:19:13 +0000
(14:19 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 13 Jun 2008 14:19:13 +0000
(14:19 -0000)
package/avahi/avahi.mk
patch
|
blob
|
history
diff --git
a/package/avahi/avahi.mk
b/package/avahi/avahi.mk
index 8359ea9d845b1695c9374af57deda94413367d26..46532a35d0fc97393cbc53752fa93c49b5baba55 100644
(file)
--- a/
package/avahi/avahi.mk
+++ b/
package/avahi/avahi.mk
@@
-164,7
+164,7
@@
$(TARGET_DIR)/usr/sbin/avahi-autoipd: $(AVAHI_DIR)/.installed
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
$(TARGET_DIR)/usr/sbin/avahi-daemon: $(AVAHI_DIR)/.installed
- mkdir -p $(TARGET_DIR)/etc/avahi/services
+ mkdir -p $(TARGET_DIR)/etc/avahi/services
$(TARGET_DIR)/usr/lib
cp -dpf $(STAGING_DIR)/usr/lib/libavahi-*.so* $(TARGET_DIR)/usr/lib/
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libavahi-*.so*
cp -af $(STAGING_DIR)/etc/avahi/avahi-daemon.conf $(TARGET_DIR)/etc/avahi/