From 3705c7efd8c7dd3a327563c34a6a38416b38dd9d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:52:55 +0300 Subject: [PATCH] xz: remove rm --- core/xz/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/xz/build b/core/xz/build index e87dd35d..6daf22f8 100755 --- a/core/xz/build +++ b/core/xz/build @@ -5,6 +5,3 @@ make make DESTDIR="$1" install - -# Remove docs. -rm -rf "$1/usr/share/doc"