Changeset 33c08929 in mainline


Ignore:
Timestamp:
2025-04-25T15:44:33Z (2 weeks ago)
Author:
Matěj Volf <git@…>
Children:
c561d205
Parents:
00eeffa
Message:

improve comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/exports/copy-export.sh

    r00eeffa r33c08929  
    4848            filename="$(basename "$2")"
    4949            major_versioned_name="$3"
    50             # strip the last `.123` part
     50            # libfoo.so.5 -> libfoo.so (remove the last part delimited by dot)
    5151            unversioned_name="$(echo "$major_versioned_name" | rev | cut -d. -f2- | rev)"
    5252            cp -L "$2" "${target_dir}/lib/$filename"
Note: See TracChangeset for help on using the changeset viewer.