diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-12 14:52:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-12 14:52:14 +0000 |
commit | a2f2028a0318d6b1efe752cd5f542453d015d176 (patch) | |
tree | 2ee3b1ccdb5a471a68ec88453ea111a9cc0c70b6 | |
parent | cc7cd2670b6d3960dd7be984538ff6a491ff93a0 (diff) |
fix typo and use install, not cp in libsdl
BKrev: 40a23a1egnRgy1OxxPWA1W9LAO-rKg
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 2 | ||||
-rw-r--r-- | qt/qt-x11-free_3.3.2.oe | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/qt/qt-x11-free_3.3.2.oe b/qt/qt-x11-free_3.3.2.oe index dff4e3b4c2..03830973af 100644 --- a/qt/qt-x11-free_3.3.2.oe +++ b/qt/qt-x11-free_3.3.2.oe @@ -17,7 +17,7 @@ export QTDIR = "${S}" export SYSCONF_CXX = "${CCACHE} g++" export SYSCONF_CC = "${CCACHE} gcc" export SYSCONF_LINK = "${CCACHE} g++" -THIS_QMAKESPEC = "${STAGING_DATADIR}/qmake/${TAGET_OS}-oe-g++" +THIS_QMAKESPEC = "${STAGING_DATADIR}/qmake/${TARGET_OS}-oe-g++" export QMAKESPEC = "" ARCH_i686 = "x86" |