summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit6e6324f9e75dd15304b84b24f31ccb90749556a3 (patch)
treec10d6feefeeb8a9ab698ae41ae160e1803e37b15
parentcabb62a5656c5b0f1e3bb81aa9477a5d532cdb5a (diff)
badblocks, e2fsprogs: Fix broken u-a links
-rwxr-xr-xbuild2
-rw-r--r--changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 786f282..94908f6 100755
--- a/build
+++ b/build
@@ -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
diff --git a/changelog b/changelog
index 2c2b543..9b8c9fd 100644
--- a/changelog
+++ b/changelog
@@ -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