Changeset 2d75831 in mainline for meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Copy uspace/overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson.build

    r123cd6d r2d75831  
    423423install_script_text += 'cp -r -L -T -u "@0@/dist" "${DESTDIR}"'.format(_uspace)
    424424
     425# Copy uspace/overlay
     426install_script_text += 'if ls @0@/overlay/* >/dev/null 2>/dev/null; then'.format(_uspace)
     427install_script_text += 'cp -r -L @0@/overlay/* "${DESTDIR}"'.format(_uspace)
     428install_script_text += 'fi'
     429
     430
    425431foreach f : install_files
    426432        _cmd = 'mkdir -p "${DESTDIR}@0@" && cp -L -T "@1@" "${DESTDIR}@0@/@2@"'
Note: See TracChangeset for help on using the changeset viewer.