make process more scriptable

This commit is contained in:
tux 2024-09-17 18:00:54 +02:00
parent 45ce5b07c1
commit 948b796333

View File

@ -400,8 +400,8 @@ cd "$LFS_PKGCONF" &&
--docdir=/usr/share/doc/pkgconf-2.3.0 &&
make &&
make install &&
ln -sv pkgconf /usr/bin/pkg-config &&
ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1 &&
ln -sfv pkgconf /usr/bin/pkg-config && # deviates from book
ln -sfv pkgconf.1 /usr/share/man/man1/pkg-config.1 && # deviates from book
cd .. &&
rm -rf "$LFS_PKGCONF" &&