From 48a3b1c51435af24e12c63547f0a11eabd6ed2f1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 31 May 2022 11:02:54 +0200 Subject: [PATCH] fix oopsie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08a17dfb..55088a7b 100644 --- a/Makefile +++ b/Makefile @@ -126,4 +126,4 @@ config: cd wlroots && meson ./build --prefix=/usr --buildtype=release cd wlroots && ninja -C build/ - cd wlroots && sudo cp ./build/libwlroots.so.11032 /usr/lib/ + cd wlroots && sudo ninja -C build/ install