summaryrefslogtreecommitdiff
path: root/packages/ltp/ltp-20090131/runltp-path.patch
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-02-11 20:02:30 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-02-11 20:02:30 +0100
commit5df019833159982b65b1a72d59afaa2c49b70670 (patch)
tree81bb6be012deacf6f4fba590005c04e51f65ddd7 /packages/ltp/ltp-20090131/runltp-path.patch
parent1929da3bd3ae42d8c70dc2a24fddfe5ca6d985b0 (diff)
parentb58dface5b148d054d6b7c5b3e03afeea7cd9f6d (diff)
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'packages/ltp/ltp-20090131/runltp-path.patch')
-rw-r--r--packages/ltp/ltp-20090131/runltp-path.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/ltp/ltp-20090131/runltp-path.patch b/packages/ltp/ltp-20090131/runltp-path.patch
new file mode 100644
index 0000000000..607e019e61
--- /dev/null
+++ b/packages/ltp/ltp-20090131/runltp-path.patch
@@ -0,0 +1,17 @@
+---
+ runltp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: ltp-full-20090131/runltp
+===================================================================
+--- ltp-full-20090131.orig/runltp
++++ ltp-full-20090131/runltp
+@@ -74,7 +74,7 @@ setup()
+ echo "FATAL: unable to change directory to $(dirname $0)"
+ exit 1
+ }
+- export LTPROOT=${PWD}
++ export LTPROOT=/usr/libexec/ltp
+ export TMPBASE="/tmp"
+ export PATH="${PATH}:${LTPROOT}/testcases/bin"
+