From e5e8b38b60542fd5c924e611857270d51c761776 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 10 Jun 2023 20:24:44 +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 8701662..aed2a3e 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