From aa33cf7ec0742e279c210936d4a7e53eceb6cd11 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 16 Sep 2019 13:35:39 +0300 Subject: [PATCH] pkgconf: clean build --- core/pkgconf/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/pkgconf/build b/core/pkgconf/build index 2be9297d..53e7630a 100755 --- a/core/pkgconf/build +++ b/core/pkgconf/build @@ -4,13 +4,10 @@ --prefix=/usr \ --sysconfdir=/etc -mkdir -p "$1/usr/bin" - make make DESTDIR="$1" install -cd "$1/usr/bin" -ln -s pkgconf pkg-config +ln -s pkgconf "$1/usr/bin/pkg-config" # Remove docs. rm -rf "$1/usr/share/doc"