commit: e70eb3cba036d10a8fc8aab73e3367d74424ec42
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 16:02:04 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 16:35:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e70eb3cb
gkbuilds/e2fsprogs: Build resize2fs
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gkbuilds/e2fsprogs.gkbuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gkbuilds/e2fsprogs.gkbuild b/gkbuilds/e2fsprogs.gkbuild
index 5ba2cd6..bedb257 100644
--- a/gkbuilds/e2fsprogs.gkbuild
+++ b/gkbuilds/e2fsprogs.gkbuild
@@ -20,7 +20,7 @@ src_configure() {
--disable-uuidd
--disable-debugfs
--disable-imager
- --disable-resizer
+ --enable-resizer
--disable-defrag
)
@@ -38,6 +38,7 @@ src_install() {
for file in \
e2fsck/e2fsck \
misc/mke2fs \
+ resize/resize2fs \
; do
cp -a "${S}"/${file} "${D}"/sbin/ \
|| die "Failed to copy '${S}/${file}' to '${D}/sbin/'!"