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"