diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-07-10 15:50:02 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-10 16:55:29 +0200 |
commit | 656528f483f6d6bda3d17f035f5690b18b960f2a (patch) | |
tree | 944ec6eb59a2057fbb2d75d1eb3f34b657bc8b40 /Userland/Libraries | |
parent | 6697ab33dccac5aa67f748e77b0ee667e8cfe3d8 (diff) | |
download | serenity-656528f483f6d6bda3d17f035f5690b18b960f2a.zip |
Meta: Prefix manually created directories with the staging prefix
In commit 02e8f2956014bd17c4e5a68757776fffc6d43c51 we started exporting
the `CMAKE_INSTALL_*DIR` variables without prefix in order to make
better use of the actual `PREFIX` settings.
However, commands like `file(MAKE_DIRECTORY ...)` don't understand the
GNUInstallDirs way of building paths, so we ended up creating
directories in our main project directory by accident.
Fix that by manually adding the correct prefix onto the path.
Diffstat (limited to 'Userland/Libraries')
0 files changed, 0 insertions, 0 deletions