Changeset ee353dd8 in mainline
- Timestamp:
- 2019-08-17T12:49:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e50bdd4e
- Parents:
- fa6fbad8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-16 13:24:21)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/initrd/meson.build
rfa6fbad8 ree353dd8 17 17 18 18 # Copy uspace/dist. 19 _uspace = meson. current_source_dir() / 'uspace'19 _uspace = meson.source_root() / 'uspace' 20 20 install_script_text += 'cp -r -L -T -u "@0@/dist" "${DESTDIR}"'.format(_uspace) 21 21 … … 41 41 # Build up dist 42 42 43 dist_dir = meson. current_build_dir()/'dist/'43 dist_dir = meson.build_root() / 'dist/' 44 44 45 45 dist = custom_target('DIST',
Note:
See TracChangeset
for help on using the changeset viewer.