From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/mpg123
Date: Sun, 23 Sep 2007 07:24:13 -0700 (PDT) [thread overview]
Message-ID: <20070923142413.056BB3009F@busybox.net> (raw)
Author: ulf
Date: 2007-09-23 07:24:13 -0700 (Sun, 23 Sep 2007)
New Revision: 19973
Log:
Use correct location of mpg123 binary
Modified:
trunk/buildroot/package/mpg123/mpg123.mk
Changeset:
Modified: trunk/buildroot/package/mpg123/mpg123.mk
===================================================================
--- trunk/buildroot/package/mpg123/mpg123.mk 2007-09-23 14:23:16 UTC (rev 19972)
+++ trunk/buildroot/package/mpg123/mpg123.mk 2007-09-23 14:24:13 UTC (rev 19973)
@@ -8,8 +8,8 @@
MPG123_CAT:=$(BZCAT)
MPG123_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mpg123
MPG123_DIR:=$(BUILD_DIR)/mpg123-$(MPG123_VERSION)
-MPG123_BIN:=mpg123
-MPG123_TARGET_BIN:=usr/bin/$(MPG123_BIN)
+MPG123_BIN:=src/mpg123
+MPG123_TARGET_BIN:=usr/bin/mpg123
# Check if ALSA is built, then we should configure after alsa-lib so
# ./configure can find alsa-lib.
@@ -50,7 +50,7 @@
$(MAKE) -C $(MPG123_DIR)
$(TARGET_DIR)/$(MPG123_TARGET_BIN): $(MPG123_DIR)/$(MPG123_BIN)
- $(INSTALL) -D $(MPG123_DIR)/src/$(MPG123_BIN) $(TARGET_DIR)/$(MPG123_TARGET_BIN)
+ $(INSTALL) -D $(MPG123_DIR)/$(MPG123_BIN) $(TARGET_DIR)/$(MPG123_TARGET_BIN)
$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/$(MPG123_TARGET_BIN)
mpg123: uclibc $(MPG123_ALSA_DEP) $(TARGET_DIR)/$(MPG123_TARGET_BIN)
next reply other threads:[~2007-09-23 14:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-23 14:24 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-08-28 19:36 [Buildroot] svn commit: trunk/buildroot/package/mpg123 ulf at uclibc.org
2007-08-28 18:18 ulf at uclibc.org
2007-08-01 8:54 ulf at uclibc.org
2007-07-28 17:05 ulf at uclibc.org
2007-07-30 9:50 ` Bernhard Fischer
2007-05-31 15:42 jacmet at uclibc.org
2006-12-14 16:03 aldot at uclibc.org
2006-12-14 15:55 aldot at uclibc.org
2006-12-14 16:06 ` Ulrich Hecht
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=20070923142413.056BB3009F@busybox.net \
--to=ulf@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