From b1eaacfbcdbdb76adae4f0fe97e7c28f692676fd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Oct 2020 15:15:56 +0200 Subject: librtemscxx: Fix install --- spec/build/cpukit/librtemscxx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/build/cpukit/librtemscxx.yml') diff --git a/spec/build/cpukit/librtemscxx.yml b/spec/build/cpukit/librtemscxx.yml index 9a924bd789..eff5598584 100644 --- a/spec/build/cpukit/librtemscxx.yml +++ b/spec/build/cpukit/librtemscxx.yml @@ -8,10 +8,10 @@ cxxflags: [-std=c++17] enabled-by: true includes: [] install: -- destination: ${BSP_INCLUDEDIR} +- destination: ${BSP_INCLUDEDIR}/rtems source: - - cpukit/include/rtems/c++/error - - cpukit/include/rtems/c++/thread + - cpukit/include/rtems/error.hpp + - cpukit/include/rtems/thread.hpp install-path: ${BSP_LIBDIR} links: [] source: -- cgit v1.2.3