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"