mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 10:10:17 +00:00
scripts: Update to mention pipx
This commit is contained in:
parent
2124180db5
commit
f266914988
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright 2019-2023, Collabora, Ltd.
|
# Copyright 2019-2024, Collabora, Ltd.
|
||||||
# SPDX-License-Identifier: BSL-1.0
|
# SPDX-License-Identifier: BSL-1.0
|
||||||
# Author: Rylie Pavlik <rylie.pavlik@collabora.com>
|
# Author: Rylie Pavlik <rylie.pavlik@collabora.com>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ set -e
|
||||||
|
|
||||||
CMAKE_FORMAT=cmake-format
|
CMAKE_FORMAT=cmake-format
|
||||||
if ! command -v ${CMAKE_FORMAT} > /dev/null; then
|
if ! command -v ${CMAKE_FORMAT} > /dev/null; then
|
||||||
echo "cmake-format not found, do python3 -m pip install cmakelang" 1>&2
|
echo "cmake-format not found, do pipx install cmakelang" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue