Changeset 2d75831 in mainline for meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd6c8b1
- Parents:
- 123cd6d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 17:35:28)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
r123cd6d r2d75831 423 423 install_script_text += 'cp -r -L -T -u "@0@/dist" "${DESTDIR}"'.format(_uspace) 424 424 425 # Copy uspace/overlay 426 install_script_text += 'if ls @0@/overlay/* >/dev/null 2>/dev/null; then'.format(_uspace) 427 install_script_text += 'cp -r -L @0@/overlay/* "${DESTDIR}"'.format(_uspace) 428 install_script_text += 'fi' 429 430 425 431 foreach f : install_files 426 432 _cmd = 'mkdir -p "${DESTDIR}@0@" && cp -L -T "@1@" "${DESTDIR}@0@/@2@"'
Note:
See TracChangeset
for help on using the changeset viewer.