fix qte staging (thanks to terminate)
authorMichael Lauer <mickey@vanille-media.de>
Fri, 9 Jan 2004 16:23:26 +0000 (16:23 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 9 Jan 2004 16:23:26 +0000 (16:23 +0000)
BKrev: 3ffed57ep6ns-aDWQsKDLe7XhJYQhA

qte/qte_2.3.6.oe
qte/qte_2.3.7.oe
qte/qte_2.3.8-snap.oe

index c85e3e6..18f85f4 100644 (file)
@@ -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 () {
index c85e3e6..18f85f4 100644 (file)
@@ -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 () {
index 60525fc..60df32a 100644 (file)
@@ -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 () {