From d77a8b9b242c732196d1a6a4d5e71aadd9f8781c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:05:49 +0300 Subject: [PATCH] pkgconf: update for new env --- extra/pkgconf/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pkgconf/build b/extra/pkgconf/build index 1dbf7ad3..5c58a1e7 100755 --- a/extra/pkgconf/build +++ b/extra/pkgconf/build @@ -5,7 +5,7 @@ --sysconfdir=/etc make -make DESTDIR="$1" install +make install ln -s pkgconf "$1/usr/bin/pkg-config"