From 890fd96736bc450b308b790c20fa0d755ffe1ffb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:57:25 +0300 Subject: [PATCH] libxml2: remove rm --- extra/libxml2/build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extra/libxml2/build b/extra/libxml2/build index b4b409f5..a568fbde 100755 --- a/extra/libxml2/build +++ b/extra/libxml2/build @@ -9,7 +9,3 @@ make make DESTDIR="$1" install - -# Remove docs. -rm -rf "$1/usr/share/doc" -rm -rf "$1/usr/share/gtk-doc"