diff --git a/projects/rocr-runtime/runtime/hsa-runtime/DEBIAN/post_install b/projects/rocr-runtime/runtime/hsa-runtime/DEBIAN/post_install index 295922dcfc..a9afa9c26c 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/DEBIAN/post_install +++ b/projects/rocr-runtime/runtime/hsa-runtime/DEBIAN/post_install @@ -9,6 +9,7 @@ do_ldconfig() { case "$1" in configure) do_ldconfig + mkdir -p @CPACK_PACKAGING_INSTALL_PREFIX@/include ln -sf ../hsa/include/hsa @CPACK_PACKAGING_INSTALL_PREFIX@/include/hsa ;; abort-upgrade|abort-remove|abort-deconfigure)