diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-29 13:14:01 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-29 13:14:01 (EST) |
commit | 6e6324f9e75dd15304b84b24f31ccb90749556a3 (patch) | |
tree | c10d6feefeeb8a9ab698ae41ae160e1803e37b15 | |
parent | cabb62a5656c5b0f1e3bb81aa9477a5d532cdb5a (diff) |
badblocks, e2fsprogs: Fix broken u-a links
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,7 @@ install: build exec 3>"$${d}/usr/share/$${d%.data}/alternatives"; \ for f in $${d}/*bin/*; do \ mv "$${f}" "$${f}.e2p"; \ - printf '%s\n' "$${f#*/}" 1>&3; \ + printf '%s\n' "$${f#*.data}" 1>&3; \ done; \ exec 3>&-; \ done @@ -1,6 +1,7 @@ e2fsprogs (1.45.7-1) trunk * New upstream version. + * badblocks, e2fsprogs: Fix broken alternatives links. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 29 Jan 2021 13:11:16 -0500 |