From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] concierge: fix paths
Date: Sun, 7 Sep 2008 01:15:02 +0200 [thread overview]
Message-ID: <200809070115.02913.markus.heidelberg@web.de> (raw)
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
next reply other threads:[~2008-09-06 23:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-06 23:15 Markus Heidelberg [this message]
2008-09-07 6:08 ` [Buildroot] [PATCH] concierge: fix paths Peter Korsgaard
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=200809070115.02913.markus.heidelberg@web.de \
--to=markus.heidelberg@web.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