diff options
-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 |