aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-22 15:52:36 +0200
committervaxerski <[email protected]>2022-06-22 15:52:36 +0200
commit0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a (patch)
tree4b8a1804bb43b0862c0c0f3a33a730263278e474
parent770bada5d541e737ae17744f70eb019494471a29 (diff)
downloadHyprland-0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a.tar.gz
Hyprland-0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a.zip
don't use sudo in make config
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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