Changeset a8ccc7e in mainline for install.sh


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 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:
2b2783b
Parents:
7b1ae09
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 10:50:12)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Make the installation workaround less esoteric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install.sh

    r7b1ae09 ra8ccc7e  
    3434        fi
    3535
    36         # Due to certain quirks of our build, executables need to be built with a different name than what they are installed with.
    37         # Meson doesn't support renaming installed files (at least not as of mid-2019) so we do it here manually.
    38 
    39         echo "######## Installing executables ########"
    40 
    41         cd ${MESON_BUILD_ROOT}/uspace
    42 
    43         find -name 'install@*' |
    44                 sed -e 'h; s:^.*/install@:@DESTDIR@:; s:\$:/:g; x; G; s:\s: :g' -e "s:@DESTDIR@:${MESON_INSTALL_DESTDIR_PREFIX}:g" |
    45                 xargs -L1 --verbose install -C -D -m755 -T
    46 
    4736) > ${MESON_BUILD_ROOT}/install_custom.log 2>&1
Note: See TracChangeset for help on using the changeset viewer.