From c951fc03cba3cf24190d91f0711e5be6c65d07f2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:46:30 +0300 Subject: [PATCH] e2fsprogs: remove rm --- core/e2fsprogs/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/e2fsprogs/build b/core/e2fsprogs/build index 2618bf85..a01968a7 100755 --- a/core/e2fsprogs/build +++ b/core/e2fsprogs/build @@ -17,6 +17,3 @@ make MKDIR_P="install -d" DESTDIR="$1" install install-libs # Make static libraries writable. chmod -v u+w "$1/usr/lib/"*.a - -# Remove all info files. -rm -rf "$1/usr/share/info"