From 9104289b1eba88515a1e06d18bf4d658a79c9202 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:40:28 +0300 Subject: [PATCH] binutils: remove rm --- core/binutils/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/binutils/build b/core/binutils/build index 034a515d..361d7126 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -12,6 +12,3 @@ make make DESTDIR="$1" install - -# Remove all info files. -rm -rf "$1/usr/share/info"