summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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