From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/scripts
Date: Tue, 11 Mar 2008 06:14:26 -0700 (PDT) [thread overview]
Message-ID: <20080311131426.61038120135@busybox.net> (raw)
Author: ninevoltz
Date: 2008-03-11 06:14:26 -0700 (Tue, 11 Mar 2008)
New Revision: 21291
Log:
fixed typo in script
Modified:
trunk/buildroot/scripts/copy.sh
Changeset:
Modified: trunk/buildroot/scripts/copy.sh
===================================================================
--- trunk/buildroot/scripts/copy.sh 2008-03-11 13:12:39 UTC (rev 21290)
+++ trunk/buildroot/scripts/copy.sh 2008-03-11 13:14:26 UTC (rev 21291)
@@ -11,7 +11,7 @@
for WILDCARD in *.a *.la; do
for FILE_PATH in `find ${STAGING_DIR}${LIBSDIR} -name ${WILDCARD}`; do
STAGING_STRIPPED=${FILE_PATH##${STAGING_DIR}}
- EXTENDED_DIR=${PATH_FILE%/${WILDCARD}}
+ EXTENDED_DIR=${STAGING_STRIPPED%/${WILDCARD}}
mkdir -p ${TARGET_DIR}${EXTENDED_DIR}
cp ${FILE_PATH} ${TARGET_DIR}${STAGING_STRIPPED}
#echo ${TARGET_DIR}${STAGING_STRIPPED}
next reply other threads:[~2008-03-11 13:14 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-11 13:14 ninevoltz at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-01 9:53 [Buildroot] svn commit: trunk/buildroot/scripts jacmet at uclibc.org
2008-04-06 10:01 ulf at uclibc.org
2008-05-01 15:21 ninevoltz at uclibc.org
2008-10-22 5:19 jacmet at uclibc.org
2008-12-23 17:51 wberrier at uclibc.org
2009-01-02 15:44 ulf at uclibc.org
2009-01-03 7:04 ` Hamish Moffatt
2009-01-03 8:50 ` Ulf Samuelsson
2009-01-03 16:59 ulf at uclibc.org
2009-01-10 0:26 ulf at uclibc.org
2009-01-11 13:23 ` Peter Korsgaard
2009-01-11 20:37 ulf at uclibc.org
2009-01-12 7:43 ulf at uclibc.org
2009-01-12 7:45 ulf at uclibc.org
2009-01-13 18:43 ulf at uclibc.org
2009-01-15 23:17 ulf at uclibc.org
2009-01-16 22:45 ulf at uclibc.org
2009-01-22 23:05 ulf at uclibc.org
2009-01-22 23:10 ulf at uclibc.org
2009-01-25 23:09 ulf at uclibc.org
2009-02-02 7:18 ulf at uclibc.org
2009-02-02 7:19 ulf at uclibc.org
2009-02-03 16:24 jacmet at uclibc.org
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=20080311131426.61038120135@busybox.net \
--to=ninevoltz@uclibc.org \
--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