From eea3cabcaba8307071ae14734539f86f8987f2e7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:51:28 +0300 Subject: [PATCH] pkgconf: remove rm --- core/pkgconf/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/pkgconf/build b/core/pkgconf/build index 53e7630a..503d3a77 100755 --- a/core/pkgconf/build +++ b/core/pkgconf/build @@ -8,6 +8,3 @@ make make DESTDIR="$1" install ln -s pkgconf "$1/usr/bin/pkg-config" - -# Remove docs. -rm -rf "$1/usr/share/doc"