summaryrefslogtreecommitdiff
path: root/packages/qmake/qmake2-native_2.00a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qmake/qmake2-native_2.00a.bb')
-rw-r--r--packages/qmake/qmake2-native_2.00a.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qmake/qmake2-native_2.00a.bb b/packages/qmake/qmake2-native_2.00a.bb
index 744588ed27..9f1af8fef2 100644
--- a/packages/qmake/qmake2-native_2.00a.bb
+++ b/packages/qmake/qmake2-native_2.00a.bb
@@ -42,7 +42,7 @@ do_compile() {
do_stage() {
install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake2
install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
- cp -dfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
+ cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
}
do_install() {