mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Glib fails to install: Create a link for otool
This commit is contained in:
@ -33,6 +33,9 @@ read -p "Press Enter to install" &&
|
|||||||
# if not using a package manager:
|
# if not using a package manager:
|
||||||
# ninja install
|
# ninja install
|
||||||
|
|
||||||
|
# Install may fail due to missint 'otool'. Use a link for now.
|
||||||
|
sudo -S ln -sv ../../bin/true /usr/bin/otool
|
||||||
|
|
||||||
# if using pkgtools from Slackware, then:
|
# if using pkgtools from Slackware, then:
|
||||||
sudo -S DESTDIR=$BUILD ninja install &&
|
sudo -S DESTDIR=$BUILD ninja install &&
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user