summaryrefslogtreecommitdiff
path: root/packages/uae/files
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-17 13:26:25 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-17 13:26:25 +0100
commit9ee8384a6b7a2860999223e01d13dcd858da0349 (patch)
tree0424f68388414124e7d7a3812aaf09e450a5f040 /packages/uae/files
parent00060838e955427a06097824a4823b7b9832968d (diff)
e-uae: fix build
Diffstat (limited to 'packages/uae/files')
-rw-r--r--packages/uae/files/configure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uae/files/configure.patch b/packages/uae/files/configure.patch
index bd2ecce3d7..23df6b93e9 100644
--- a/packages/uae/files/configure.patch
+++ b/packages/uae/files/configure.patch
@@ -5,5 +5,5 @@
export CFLAGS=$CFLAGS_FOR_BUILD
mkdir -p src/tools
- cd src/tools && ../../"$srcdir"/src/tools/configure --cache-file=/dev/null --host=$build --target=$host
-+ cd src/tools && "$srcdir"/src/tools/configure --cache-file=/dev/null --host=$build --target=$host
++ cd src/tools && "$S"/src/tools/configure --cache-file=/dev/null --host=$build --target=$host
fi