diff options
Diffstat (limited to 'tools/nm-in-container')
| -rwxr-xr-x | tools/nm-in-container | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/nm-in-container b/tools/nm-in-container index c6884cd5..0e3f31da 100755 --- a/tools/nm-in-container +++ b/tools/nm-in-container @@ -23,7 +23,7 @@ set -e # - with command "journal", additional arguments that are passed to journalctl. # # It bind mounts the current working directory inside the container. -# You can run `make install` and run tests. +# You can run `meson install` and run tests. # There is a script nm-env-prepare.sh to generate a net1 interface for testing. # # This will bind-mount the NetworkManager working tree inside the container (and symlink @@ -229,7 +229,6 @@ RUN dnf install -y \\ libtool \\ libubsan \\ libuuid-devel \\ - make \\ meson \\ mlocate \\ mobile-broadband-provider-info-devel \\ |