mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Ports/stb: Create /usr/local/include
if it doesn't exist
This commit is contained in:
parent
386505d0e0
commit
c1e94bc3c1
1 changed files with 3 additions and 1 deletions
|
@ -10,5 +10,7 @@ build() {
|
|||
}
|
||||
|
||||
install() {
|
||||
run cp -r "./" "${SERENITY_INSTALL_ROOT}/usr/local/include/"
|
||||
target_dir="${SERENITY_INSTALL_ROOT}/usr/local/include/"
|
||||
run_nocd mkdir -p "${target_dir}"
|
||||
run cp -r "./" "${target_dir}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue