BKrev: 3ffed57ep6ns-aDWQsKDLe7XhJYQhA
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 () {
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 () {
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 () {