From f0505ed3b653ebbda355032c638ac0b3faaa0d8c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 7 Sep 2019 20:35:22 +0300 Subject: [PATCH] bison: fix formatting --- core/bison/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/bison/build b/core/bison/build index f001b103..d537fa94 100755 --- a/core/bison/build +++ b/core/bison/build @@ -7,8 +7,6 @@ make make DESTDIR="$1" install -# Remove all info files. +# Remove all uneeded files. rm -rf "$1/usr/share/info" - -# Remove docs. rm -rf "$1/usr/share/doc"