From b354583e65f2c14b314332d3d0b63b7e8fbbc1c1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:42:04 +0300 Subject: [PATCH] bison: remove rm --- core/bison/build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/bison/build b/core/bison/build index 5108e886..6daf22f8 100755 --- a/core/bison/build +++ b/core/bison/build @@ -5,7 +5,3 @@ make make DESTDIR="$1" install - -# Remove all uneeded files. -rm -rf "$1/usr/share/info" -rm -rf "$1/usr/share/doc"