Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-11-17 19:48:11 +00:00
parent f0795a981d
commit 649b52a5db
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -79,7 +79,7 @@ $(__Libxcb-errors): libxcb-errors
@echo "Building and installing library libxcb-errors..."
cd libxcb-errors && { \
git submodule update --init ; \
/bin/sh autogen.sh ; \
/bin/sh autogen.sh || /bin/sh autogen.sh ; \
/bin/sh configure --prefix=/usr ; }
make -C libxcb-errors && sudo make -C libxcb-errors install