From a2f2028a0318d6b1efe752cd5f542453d015d176 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 12 May 2004 14:52:14 +0000 Subject: fix typo and use install, not cp in libsdl BKrev: 40a23a1egnRgy1OxxPWA1W9LAO-rKg --- libsdl/libsdl-qpe_1.2.7.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsdl/libsdl-qpe_1.2.7.oe') 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 -- cgit v1.2.3