aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-12 14:52:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-12 14:52:14 +0000
commita2f2028a0318d6b1efe752cd5f542453d015d176 (patch)
tree2ee3b1ccdb5a471a68ec88453ea111a9cc0c70b6 /libsdl
parentcc7cd2670b6d3960dd7be984538ff6a491ff93a0 (diff)
downloadopenembedded-a2f2028a0318d6b1efe752cd5f542453d015d176.tar.gz
fix typo and use install, not cp in libsdl
BKrev: 40a23a1egnRgy1OxxPWA1W9LAO-rKg
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe
index 5a7cbccd9c..23a3789e17 100644
--- a/libsdl/libsdl-qpe_1.2.7.oe
+++ b/libsdl/libsdl-qpe_1.2.7.oe
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers
do_stage() {
oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so
- cp src/main/libSDLmain.a src/main/.libs/
+ install -m 0655 src/main/libSDLmain.a src/main/.libs/
oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/SDL