diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-09 16:23:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-09 16:23:26 +0000 |
commit | 3673e49df8bf9aa3fec29b178a617b540db1048a (patch) | |
tree | 0573a3d26063644cbe2de411e0cd89759422a259 /qte/qte_2.3.7.oe | |
parent | 309a34e54398061ffdbc9bcacd72113000d6aa12 (diff) |
fix qte staging (thanks to terminate)
BKrev: 3ffed57ep6ns-aDWQsKDLe7XhJYQhA
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |