From 3673e49df8bf9aa3fec29b178a617b540db1048a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 9 Jan 2004 16:23:26 +0000 Subject: [PATCH] fix qte staging (thanks to terminate) BKrev: 3ffed57ep6ns-aDWQsKDLe7XhJYQhA --- qte/qte_2.3.6.oe | 2 +- qte/qte_2.3.7.oe | 2 +- qte/qte_2.3.8-snap.oe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe index c85e3e6ccc..18f85f4718 100644 --- a/qte/qte_2.3.6.oe +++ b/qte/qte_2.3.6.oe @@ -56,7 +56,7 @@ do_compile() { do_stage () { install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ rm -f include/qxt.h - cp -a -f --dereference include/* ${STAGING_DIR}/target/include/ + cp -pLR include/* ${STAGING_DIR}/target/include/ } do_install () { diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index c85e3e6ccc..18f85f4718 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -56,7 +56,7 @@ do_compile() { do_stage () { install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ rm -f include/qxt.h - cp -a -f --dereference include/* ${STAGING_DIR}/target/include/ + cp -pLR include/* ${STAGING_DIR}/target/include/ } do_install () { diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 60525fc87a..60df32a35e 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -57,7 +57,7 @@ do_compile() { do_stage () { install -m 0755 lib/libqte.so.* ${STAGING_LIBDIR}/ rm -f include/qxt.h - cp -a include/* ${STAGING_DIR}/target/include/ + cp -pLR include/* ${STAGING_DIR}/target/include/ } do_install () { -- 2.39.5