summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-21 13:22:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-21 14:04:54 +0200
commit2ab165cae7c9612409aabe0d9068e8e84c94502c (patch)
tree47ac6b925fb639612e14115b371e816b808a016d /patches
parent7744a665990d762c0b521e78c398087c0e4edebf (diff)
downloadptxdist-2ab165cae7c9612409aabe0d9068e8e84c94502c.tar.gz
ptxdist-2ab165cae7c9612409aabe0d9068e8e84c94502c.tar.xz
[arora] correct install prefix handling
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/arora-0.10.2/fix-prefix.diff27
-rw-r--r--patches/arora-0.10.2/series1
2 files changed, 0 insertions, 28 deletions
diff --git a/patches/arora-0.10.2/fix-prefix.diff b/patches/arora-0.10.2/fix-prefix.diff
deleted file mode 100644
index 5f13542fb..000000000
--- a/patches/arora-0.10.2/fix-prefix.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Subject: fix prefix
-
-arora installs to /usr/local by default.
-This patch changes this to /usr.
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
-# 20091210 rsc: is this patch ready for upstream, or should it be solved
-# differently?
-
- install.pri | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: b/install.pri
-===================================================================
---- a/install.pri
-+++ b/install.pri
-@@ -1,7 +1,7 @@
-
- unix {
- isEmpty(PREFIX) {
-- PREFIX = /usr/local
-+ PREFIX = /usr
- }
- BINDIR = $$PREFIX/bin
-
diff --git a/patches/arora-0.10.2/series b/patches/arora-0.10.2/series
index 2bb06a61a..e7b0e4083 100644
--- a/patches/arora-0.10.2/series
+++ b/patches/arora-0.10.2/series
@@ -1,2 +1 @@
-fix-prefix.diff
add-missing-include.diff