From 0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:52:36 +0200 Subject: [PATCH] don't use sudo in make config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb306932..bb753451 100644 --- a/Makefile +++ b/Makefile @@ -136,4 +136,4 @@ config: cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=release cd subprojects/wlroots && ninja -C build/ - cd subprojects/wlroots && sudo ninja -C build/ install + cd subprojects/wlroots && ninja -C build/ install