From 2221a0a07d4bf5aeb4d9d8a409ed82233ed6909f Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 26 Jun 2023 20:08:27 +0100 Subject: [PATCH] Update main.sh --- main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.sh b/main.sh index 9586786..bfaa97a 100755 --- a/main.sh +++ b/main.sh @@ -7,6 +7,9 @@ git clone https://gitlab.com/ananicy-cpp/ananicy-cpp.git cd ananicy-cpp cp -rvf ../debian ./ +# Remove weird path from the systemd file due to our prefix overiding +sed -e s/@CMAKE_INSTALL_PREFIX@/usr/g -i ananicy-cpp.service + # Get build deps apt-get build-dep ./ -y