Changeset 33c08929 in mainline
- Timestamp:
- 2025-04-25T15:44:33Z (2 weeks ago)
- Children:
- c561d205
- Parents:
- 00eeffa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/exports/copy-export.sh
r00eeffa r33c08929 48 48 filename="$(basename "$2")" 49 49 major_versioned_name="$3" 50 # strip the last `.123` part50 # libfoo.so.5 -> libfoo.so (remove the last part delimited by dot) 51 51 unversioned_name="$(echo "$major_versioned_name" | rev | cut -d. -f2- | rev)" 52 52 cp -L "$2" "${target_dir}/lib/$filename"
Note:
See TracChangeset
for help on using the changeset viewer.