* [Buildroot] [PATCH] concierge: fix paths
@ 2008-09-06 23:15 Markus Heidelberg
2008-09-07 6:08 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2008-09-06 23:15 UTC (permalink / raw)
To: buildroot
concierge: fix paths
---
package/java/concierge/concierge.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/java/concierge/concierge.mk b/package/java/concierge/concierge.mk
index e080b20..7426f4c 100644
--- a/package/java/concierge/concierge.mk
+++ b/package/java/concierge/concierge.mk
@@ -20,11 +20,11 @@ $(TARGET_DIR)/usr/lib/concierge/: $(DL_DIR)/concierge
mkdir -p $(TARGET_DIR)/usr/lib
mkdir -p $(TARGET_DIR)/usr/lib/concierge
cp -dpf $(DL_DIR)/concierge/* $(TARGET_DIR)/usr/lib/concierge/
- cp -dpf package/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
+ cp -dpf package/java/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
touch -c $@
$(TARGET_DIR)/usr/bin/concierge:
- cp -dpf package/concierge/files/concierge $(TARGET_DIR)/usr/bin/
+ cp -dpf package/java/concierge/files/concierge $(TARGET_DIR)/usr/bin/
chmod +x $(TARGET_DIR)/usr/bin/concierge
touch -c $@
--
1.5.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] concierge: fix paths
2008-09-06 23:15 [Buildroot] [PATCH] concierge: fix paths Markus Heidelberg
@ 2008-09-07 6:08 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-09-07 6:08 UTC (permalink / raw)
To: buildroot
>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:
Markus> concierge: fix paths
Thanks, committed.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-07 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-06 23:15 [Buildroot] [PATCH] concierge: fix paths Markus Heidelberg
2008-09-07 6:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox