diff options
author | vaxerski <[email protected]> | 2022-06-22 15:52:36 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-22 15:52:36 +0200 |
commit | 0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a (patch) | |
tree | 4b8a1804bb43b0862c0c0f3a33a730263278e474 /Makefile | |
parent | 770bada5d541e737ae17744f70eb019494471a29 (diff) | |
download | Hyprland-0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a.tar.gz Hyprland-0ec903808b793c4e57ebe0b74ca8b80c22ee8b1a.zip |
don't use sudo in make config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |