From 0bf33059fe6ddb2ed4a3a84910167f2d2843b132 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:49:00 +0300 Subject: [PATCH] gzip: remove rm --- core/gzip/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/gzip/build b/core/gzip/build index a606c410..0c882126 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -6,6 +6,4 @@ make make DESTDIR="$1" install -# Remove unneeded files. -rm -rf "$1/usr/share/info" -rm -f "$1/usr/lib/charset.alias" +rm -f "$1/usr/lib/charset.alias"