Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/matchbox
Date: Tue,  4 Nov 2008 14:29:02 -0800 (PST)	[thread overview]
Message-ID: <20081104222902.506513C844@busybox.net> (raw)

Author: jacmet
Date: 2008-11-04 14:29:02 -0800 (Tue, 04 Nov 2008)
New Revision: 23927

Log:
matchbox: fix prefix

Closes #5946.

Modified:
   trunk/buildroot/package/matchbox/matchbox.mk


Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk	2008-11-04 22:28:58 UTC (rev 23926)
+++ trunk/buildroot/package/matchbox/matchbox.mk	2008-11-04 22:29:02 UTC (rev 23927)
@@ -222,7 +222,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -248,12 +248,12 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share \
 	--libdir=$(STAGING_DIR)/usr/lib \
-	--includedir=$(STAGING_DIR)/usr/include \
+	--includedir=/usr/include \
 	--with-x \
 	--x-includes=$(STAGING_DIR)/usr/include/X11 \
 	--x-libraries=$(STAGING_DIR)/usr/lib \
@@ -268,7 +268,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -293,7 +293,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -317,7 +317,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -340,12 +340,12 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
-	--libdir=$(STAGING_DIR)/usr/lib \
-	--includedir=$(STAGING_DIR)/usr/include \
+	--libdir=/usr/lib \
+	--includedir=/usr/include \
 	--enable-expat \
 	--with-expat-includes=$(STAGING_DIR)/usr/include \
 	--with-expat-lib=$(STAGING_DIR)/usr/lib \
@@ -364,7 +364,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -388,7 +388,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \
@@ -412,7 +412,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--disable-static \
-	--prefix=$(STAGING_DIR)/usr \
+	--prefix=/usr \
 	--sysconfdir=/etc \
 	--localstatedir=/var \
 	--datadir=/usr/share/matchbox \

             reply	other threads:[~2008-11-04 22:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04 22:29 jacmet at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-04 22:28 [Buildroot] svn commit: trunk/buildroot/package/matchbox jacmet at uclibc.org
2008-10-27 15:15 jacmet at uclibc.org
2008-10-19  7:44 jacmet at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
2008-06-26 14:04 jacmet at uclibc.org
2007-10-01  8:05 aldot at uclibc.org
2007-08-12 14:11 ulf 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=20081104222902.506513C844@busybox.net \
    --to=jacmet@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