From 713dcfab68fa281d4b827bec5f9a6f6944c580d3 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 10 Jun 2023 20:11:56 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index aed2a3e..8701662 100755 --- a/main.sh +++ b/main.sh @@ -15,8 +15,8 @@ tar -xf ./source-v0.26.0.tar.gz cp -rvf ./debian ./hyprland-source cd ./hyprland-source -#sed -i 's/\/usr\/local/\/usr/g' config.mk -sed -E -i -e 's/(soversion = 12)([^032]|$$)/soversion = 12032/g' subprojects/wlroots/meson.build +sed -i 's/\/usr\/local/\/usr/g' config.mk +#sed -E -i -e 's/(soversion = 12)([^032]|$$)/soversion = 12032/g' subprojects/wlroots/meson.build # Get build deps ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime